Skip to content
Snippets Groups Projects
Commit 5660a6ba authored by Stéphane Diemer's avatar Stéphane Diemer
Browse files

Added apt-get clean in step 1.

parent 22b31b5f
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,7 @@ import utils
def setup(interactive=True):
cmds = [
'apt-get clean',
'apt-get update',
'apt-get install --yes make ipython ipython3 vim netcat git htop iotop bmon host lm-sensors munin munin-node pciutils ntp nfs-client smartmontools pwgen ntpdate dialog',
'[ -f ~/.vimrc ] || echo "color ron" > ~/.vimrc',
......
......@@ -91,8 +91,8 @@ class EnvSetup():
log(' c: Configuration status')
log(' e: Exit\n')
log('Info:')
log('\033[0;36m To setup a system entirely for a determined purpose (Worker, MS, CM, ...), you can use envsetup-launcher:\033[0m')
log('\033[0;36m bash /root/envsetup/envsetup-launcher.sh\033[0m')
log('\033[0;36m To setup a system entirely for a determined purpose (Worker, MS, CM, ...), you can use the launcher:\033[0m')
log('\033[0;36m bash /root/envsetup/launcher.sh\033[0m')
log('\nWhat action do you want to start ?')
try:
target = input('---> ').strip()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment