We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 903c915 commit 1175f7dCopy full SHA for 1175f7d
tabs/system-setup/6-docker-setup.sh
@@ -9,7 +9,8 @@ choose_installation() {
9
printf "%b\n" "1. ${YELLOW}Docker${RC}"
10
printf "%b\n" "2. ${YELLOW}Docker Compose${RC}"
11
printf "%b\n" "3. ${YELLOW}Both${RC}"
12
- read -p "Enter your choice [1-3]: " CHOICE
+ printf "Enter your choice [1-3]: "
13
+ read -r CHOICE
14
15
case "$CHOICE" in
16
1) INSTALL_DOCKER=1; INSTALL_COMPOSE=0 ;;
0 commit comments