Created
February 7, 2023 00:16
-
-
Save dapize/2c6eddb26a3435554c88e81e75b6067f to your computer and use it in GitHub Desktop.
Glances installer
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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