Updating on Linux
Backup your Data!
Before updating, you should always backup your data!
This can be done by either copying the User directory (which is /var/lib/MakePro/glue
by default) or by exporting all your solutions via the UI.
- Get access to a terminal to run the following commands.
Terminal Access on the Glue Pi OS Image
If you're running the Glue Pi OS Image, you have two options to get access to a terminal:
- Direct
- Over the Network (SSH)
- Connect a Keyboard and a monitor.
- Then, login with the following credentials:
Username: glue
Password: makepro-x
1. Open a Terminal (or Command Prompt on Windows)
2. Run
2. Run
ssh glue@ipOrHostnameOfYourPI
. Replace ipOrHostnameOfYourPI with the IP or the hostname of your Pi. 3. When prompted, enter the password makepro-x- Make sure you have a backup of your data directory.
- Run
sudo apt-get update
- Run
sudo apt-get upgrade glue
and confirm any dialogs by pressing they
key. - Restart your Pi / Computer using
sudo reboot
- Update complete!