Update default.sh

This commit is contained in:
osconlab 2023-04-03 22:08:06 +02:00
parent eebb7e31c4
commit 86108bd158
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ apt update && sudo apt upgrade -y
apt install htop curl -y
chmod +x ./docker.sh
while true; do
read -p "Do you wish to install docker: ?" yn
read -p "Do you wish to install docker ?:" yn
case $yn in
[Yy]* ) ./docker.sh; break;;
[Nn]* ) exit;;