Update default.sh
This commit is contained in:
parent
e830aef379
commit
cf8a33fec0
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
apt update && sudo apt upgrade -y
|
apt update && sudo apt upgrade -y
|
||||||
apt install htop curl -y
|
apt install htop curl -y
|
||||||
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
|
||||||
[Yy]* ) ./docker.sh; break;;
|
[Yy]* ) ./docker.sh; break;;
|
||||||
[Nn]* ) exit;;
|
[Nn]* ) exit;;
|
||||||
|
|
Loading…
Reference in a new issue