Skip to content

Instantly share code, notes, and snippets.

@dapize
Created February 7, 2023 00:16
Show Gist options
  • Save dapize/2c6eddb26a3435554c88e81e75b6067f to your computer and use it in GitHub Desktop.
Save dapize/2c6eddb26a3435554c88e81e75b6067f to your computer and use it in GitHub Desktop.
Glances installer
#!/bin/bash
sudo apt update && sudo apt upgrade
sudo apt install python3 python3-dev python3-jinja2 python3-psutil python3-setuptools psensor psensor-server python3-pip lm-sensors -y
sudo pip3 install glances
glances --version
echo "DONE!!!!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment