Post-prep instructions

This commit is contained in:
Bob Mottram 2015-01-26 13:29:08 +00:00
parent accb159cfc
commit c1191cdbe6
1 changed files with 3 additions and 1 deletions

View File

@ -177,9 +177,11 @@ echo ''
echo 'and use the "su" command to become the root user again. You can then load' echo 'and use the "su" command to become the root user again. You can then load'
echo 'the freedombone main installation script with:' echo 'the freedombone main installation script with:'
echo '' echo ''
echo ' apt-get -y install git' echo ' apt-get update'
echo ' apt-get -y install git dialog build-essential'
echo ' git clone https://github.com/bashrc/freedombone.git' echo ' git clone https://github.com/bashrc/freedombone.git'
echo ' cd freedombone' echo ' cd freedombone'
echo ' make install'
echo '' echo ''
echo 'Finally you can use the freedombone command to install a server configuration:' echo 'Finally you can use the freedombone command to install a server configuration:'
echo '' echo ''