We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32e00dc commit e9da6ddCopy full SHA for e9da6dd
scripts/autoinstall.sh
@@ -2,4 +2,4 @@ sudo apt update
2
sudo apt install python3 python3-pip
3
pip install psutil
4
5
-sudo curl https://github.com/Proactive-Development/pstat/releases/download/0.1.2/pstat -o /usr/bin/pstat && sudo chmod +x /usr/bin/pstat
+sudo curl -fsSL https://github.com/Proactive-Development/pstat/releases/download/0.1.2/pstat -o /usr/bin/pstat && sudo chmod +x /usr/bin/pstat
0 commit comments