Skip to content

Instantly share code, notes, and snippets.

@nebulak
Last active May 14, 2019 12:03
Show Gist options
  • Save nebulak/4c50d544c9e1c713d6652cf6c7a01b9e to your computer and use it in GitHub Desktop.
Save nebulak/4c50d544c9e1c713d6652cf6c7a01b9e to your computer and use it in GitHub Desktop.
riot.sh installation

Installation

TODOs

  • apt-get install git
  • add -y to apt-get install in bash wrapper

Add sudo user

su
<Enter root password>
apt-get install sudo git
usermod -aG sudo <your-username>
exit

Logout of session and login again

Install riot.sh

wget https://raw.githubusercontent.com/nebulak/riot-sh/master/riot.sh
chmod +x ./riot.sh
./riot.sh install

Confirm package installations. Logout after installation and login again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment