diff --git a/1.Utilities/0_setup.py b/1.Utilities/0_setup.py index 78fb62ac6d4e74f8363e9be9815950ca14e92949..0aebac150cc3986e8008f0da5ee22cc3d51c6705 100644 --- a/1.Utilities/0_setup.py +++ b/1.Utilities/0_setup.py @@ -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)