|
|
|
|
177
|
echo 'and use the "su" command to become the root user again. You can then load'
|
177
|
echo 'and use the "su" command to become the root user again. You can then load'
|
178
|
echo 'the freedombone main installation script with:'
|
178
|
echo 'the freedombone main installation script with:'
|
179
|
echo ''
|
179
|
echo ''
|
180
|
-echo ' apt-get -y install git'
|
|
|
|
|
180
|
+echo ' apt-get update'
|
|
|
181
|
+echo ' apt-get -y install git dialog build-essential'
|
181
|
echo ' git clone https://github.com/bashrc/freedombone.git'
|
182
|
echo ' git clone https://github.com/bashrc/freedombone.git'
|
182
|
echo ' cd freedombone'
|
183
|
echo ' cd freedombone'
|
|
|
184
|
+echo ' make install'
|
183
|
echo ''
|
185
|
echo ''
|
184
|
echo 'Finally you can use the freedombone command to install a server configuration:'
|
186
|
echo 'Finally you can use the freedombone command to install a server configuration:'
|
185
|
echo ''
|
187
|
echo ''
|