Update ubuntu.sh
This commit is contained in:
parent
e3bb8e6463
commit
b9eee76b6e
|
|
@ -10,6 +10,7 @@ if grep -Eq "Ubuntu" /etc/*-release; then
|
|||
fi
|
||||
|
||||
apt update -y
|
||||
apt autoremove -y
|
||||
|
||||
apt install -y wget curl lsof unzip
|
||||
apt install -y rar unrar
|
||||
|
|
|
|||
Loading…
Reference in New Issue