Update default.sh
This commit is contained in:
parent
cf8a33fec0
commit
98c800c9d9
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
apt update && sudo apt upgrade -y
|
apt update && sudo apt upgrade -y
|
||||||
apt install htop curl -y
|
apt install htop curl -y
|
||||||
|
chmod +x ./docker.sh
|
||||||
while true; do
|
while true; do
|
||||||
read -p "Do you wish to install docker: ?" yn
|
read -p "Do you wish to install docker: ?" yn
|
||||||
case $yn in
|
case $yn in
|
||||||
|
|
Loading…
Reference in a new issue