Update install.sh

This commit is contained in:
Esteban Mackay Q 2023-09-01 15:33:02 -05:00
parent c74487e090
commit 31a7b4f103
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
apt update apt update
sudo apt-get install git -y sudo apt-get install git -y
sudo apt install python3-pip -y sudo apt-get install python3-pip -y
# #
cd /home/ cd /home/
sudo cat > /home/requirements.txt <<- "EOF" sudo cat > /home/requirements.txt <<- "EOF"