Update docker-install.sh

This commit is contained in:
tteckster 2022-03-24 23:37:59 -04:00 committed by GitHub
parent b1803446bd
commit 857d166d11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ EOF
sh <(curl -sSL https://get.docker.com) &>/dev/null
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" ]]
then
PORTAINER="Y"