mirror of https://github.com/tteck/Proxmox.git
Update docker-install.sh
This commit is contained in:
parent
b1803446bd
commit
857d166d11
|
@ -77,7 +77,7 @@ EOF
|
||||||
sh <(curl -sSL https://get.docker.com) &>/dev/null
|
sh <(curl -sSL https://get.docker.com) &>/dev/null
|
||||||
echo -e "${CM}${CL} \r"
|
echo -e "${CM}${CL} \r"
|
||||||
|
|
||||||
read -r -p "Add Portainer? <Y/n> " prompt
|
read -r -p "Would you like to add Portainer? <Y/n> " prompt
|
||||||
if [[ $prompt == "y" || $prompt == "Y" || $prompt == "yes" || $prompt == "Yes" ]]
|
if [[ $prompt == "y" || $prompt == "Y" || $prompt == "yes" || $prompt == "Yes" ]]
|
||||||
then
|
then
|
||||||
PORTAINER="Y"
|
PORTAINER="Y"
|
||||||
|
|
Loading…
Reference in New Issue