This commit is contained in:
alvinlollo
2025-01-31 12:06:39 +00:00
parent 95c223cef6
commit 2a0918f08c
+2 -8
View File
@@ -28,14 +28,8 @@ echo '
--------------- Docker Install --------------- --------------- Docker Install ---------------
' '
while true; do sh -c "$(curl -fsSL https://get.docker.com)"; break;;
read -p "Do you wish to install Docker? [Y/N]: " yn
case $yn in
[Yy]* ) sh -c "$(curl -fsSL https://get.docker.com)"; break;;
[Nn]* ) break;;
* ) echo "Please answer yes or no.";;
esac
done
echo ' echo '