This script is meant to be run on a BRAND NEW Ubuntu installation, and it will download the necessary files and images used to customize the OS in accordance to CHD's 'Qortal-OS' Ubuntu Customizations.
Downloads and sets up the Qortal Core, Qortal UI, and grabs a few custom images from the Qortal Cloud, puts them all in the correct locations, then starts the Qortal refresh script.
This script will 'refresh' the Qortal Core on the QORTector devices, it will remove the qortal.jar, db folder, and log files. It will then download the newest jar, and re-bootstrap.
This script is to make fixes to the previously released titan images that didn't have audio or bluetooth functionality. This script will also provide the system updates for the users.
This script will change the start.sh script that sinclairMATE images use, and it will add the restart script into cron so that the core auto-restarts every 5 days to prevent OOM errors on SinclairMATE.
This will start the Qortal UI - with electron app as a 'wrapper' - on any debian based OS - after building the UI from source with the 'update-qortal-ui' script in this repo.
This is a script that will do all base-level dependencies and such for Qortal, along with a few added things, it will also download and unzip the Qortal Core (updates will be needed as new versions are released, so it downloads the newest version, but yea...)
This script is currently untested... but in theory it should prepare you to install everything needed for Qortal.
1. Run this script on a brand new installation of Ubuntu Desktop 64bit for raspberry pi, from the raspberry pi imaging tool. (from your home folder)
2. After this script runs, you can run the 'update-qortal-ui' script - that will install the Qortal UI and build from source. (again from your home folder)
3. Setup the 'start-qortal' scripts to start @reboot with ```crontab -e ```