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

Added lm-sensors to utilities.

parent 9757cd63
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ import utils
def setup(interactive=True):
cmds = [
'apt-get update',
'apt-get install --yes make ipython ipython3 vim netcat git htop iotop bmon host munin munin-node pciutils ntp nfs-client smartmontools',
'apt-get install --yes make ipython ipython3 vim netcat git htop iotop bmon host lm-sensors munin munin-node pciutils ntp nfs-client smartmontools',
'[ -f ~/.vimrc ] || echo "color ron" > ~/.vimrc',
]
utils.run_commands(cmds)
......
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