Skip to content

Commit e9da6dd

Browse files
authored
Update autoinstall.sh
1 parent 32e00dc commit e9da6dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/autoinstall.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ sudo apt update
22
sudo apt install python3 python3-pip
33
pip install psutil
44

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
5+
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

Comments
 (0)