First files to the project

This commit is contained in:
Antonio de la Rosa 2022-02-07 00:35:21 +01:00
commit cda8eb1232
26 changed files with 2657 additions and 0 deletions

View 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..."}'