Skip to content

Files

This branch is 840 commits behind bluerobotics/BlueOS:master.

install

Installation directory

This folder contains all necessary files for configuration of the host computer and installation of blueos-docker.

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-docker/master/install/install.sh | bash'

Using different versions or custom builds

To use a different remote or version, you can se the following environment variables:

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