Update install.sh
This commit is contained in:
parent
0880dea78f
commit
43654ba41d
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue