First files to the project
This commit is contained in:
commit
cda8eb1232
26 changed files with 2657 additions and 0 deletions
19
scripts/system/install_psutil.sh
Normal file
19
scripts/system/install_psutil.sh
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Install pip
|
||||
|
||||
sleep 1
|
||||
|
||||
echo '{"error": 0, "status": 0, "progress": 100, "no_progress":0, "message": "Installing python3-psutil..."}'
|
||||
|
||||
sudo DEBIAN_FRONTEND="noninteractive" apt-get install -y python3-pip
|
||||
|
||||
#sudo pip3 install psutil
|
||||
sudo apt-get install -y python3-psutil
|
||||
|
||||
#echo "Installed python3-psutil sucessfully if not error..."
|
||||
|
||||
sleep 1
|
||||
|
||||
echo '{"error": 0, "status": 0, "progress": 100, "no_progress":0, "message": "Installed python3-psutil sucessfully..."}'
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue