mirror of
https://github.com/alvinlollo/Single-install-script.git
synced 2026-06-15 03:04:26 +10:00
temp
This commit is contained in:
+2
-8
@@ -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 '
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user