Update install.sh

This commit is contained in:
Esteban Mackay Q 2023-01-14 23:46:23 -05:00 committed by GitHub
parent 0880dea78f
commit 43654ba41d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#!/bin/sh
echo Actualizando sistema
apt-get update -y
apt-get upgrade -y
apt-get update
# apt-get upgrade -y
#########
apt-get install sudo -y
sudo apt-get purge needrestart -y