Update install.sh

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

View File

@ -1,5 +1,6 @@
#!/bin/sh
apt update
# Actualizar la lista de paquetes una vez al principio
apt-get update && apt-get upgrade -y
sudo apt-get install git -y
sudo apt-get install python3-pip -y
#