Update install.sh

This commit is contained in:
Esteban Mackay Q 2022-12-09 12:25:59 -05:00 committed by GitHub
parent 165b39d91a
commit 66baae4c4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#!/bin/sh #!/bin/sh
apt update
sudo apt-get install git -y sudo apt-get install git -y
sudo apt install python3-pip -y sudo apt install python3-pip -y
# #