@jogglerhase
I hope all is well
Make a back-up of your working installation
I use a small SanDisk Cruzer Fit usb2 stick (16gb) user is of and psswd joggler
FOR JIVELITE;
I have installed Ralpy's Jivelite but can only get limited Artwork, so I continue to build my own. It's not very pretty but seems to work.
When the joggler boots up, log in and run
When the screen come back up, log in and wait for the message
Drive resizing complete
--------------------------------------------------------------------------------------------
Make a bash script to install Jivelite
---------------------------------------------------------------------------------------------
Open a Terminal
This will open a new window, enter the following text,
---------------------------------------------------------------------------------------------
Code: Select all
#!/bin/bash
sudo apt update
sudo apt full-upgrade -y
sudo apt install -y build-essential git libluajit-5.1-dev libsdl1.2-dev libsdl-ttf2.0-dev libsdl-gfx1.2-dev libsdl-image1.2-dev libexpat1-dev
cd
mkdir luajit
cd luajit
git clone https://luajit.org/git/luajit-2.0.git
cd luajit-2.0
make && echo joggler | sudo -S sudo make install
sudo ldconfig
cd
git clone https://github.com/ralph-irving/jivelite.git
cd jivelite
sudo make PREFIX=/usr/local
cd
sudo apt -y install xserver-xorg && sudo apt -y install xinit && sudo reboot
--------------------------------------------------------------------------------------------------------
Save the file by pressing Ctrl + O, and press enter, and exit using Ctrl + X
make it executable
Then type
it should run to completion and reboot; it may ask for confirmation of the keyboard package when installing xserver-xorg
Mine takes under sixteen minutes
------------------------------------------------------------------------------------------------------
When the Joggler comes back up
ssh into joggler and type
add the following text (replace user name if different)
-------------------------------------------------------------------------------------
Code: Select all
#!/bin/bash
export JIVE_NOCURSOR=1
sudo -E xinit /home/of/jivelite/bin/jivelite
---------------------------------------------------------------------------------
Save the file by pressing Ctrl + O, and press enter, and exit using Ctrl + X
Make it executable
--------------------------------------------------------------------------------
Then set the crontab for start-up
(select option 1 )
add at the botttom (change user name and location if different)
Code: Select all
@reboot sleep 15 && /home/of/jivelite.sh
Save the file by pressing Ctrl + O, and press enter, and exit using Ctrl + X
I use a sleep so I can check the IP Address at boot
ronnie
I'll do squeezelite in a bit