This folder contains all necessary files for configuration of the host computer and installation of BlueOS.
To use it, just run the installation script in your terminal as root, like so:
sudo su -c 'curl -fsSL https://raw.githubusercontent.com/bluerobotics/BlueOS/master/install/install.sh | bash'
To use a different remote or version, you can se the following environment variables:
REMOTE
: Where the files are, E.g: https://raw.githubusercontent.com/patrickelectric/BlueOS-dockerVERSION
: Branch (If using GitHub) or folder (If using HTTP server) to be used.
Remember that to do that, you need to set the environment variables as root:
sudo su
# You can also change the install URL to use a different source for files
curl -fsSL https://raw.githubusercontent.com/patrickelectric/BlueOS-Docker/example-version/install/install.sh | export REMOTE=https://raw.githubusercontent.com/patrickelectric/BlueOS-docker export VERSION=example-version bash