Skip to content

Commit

Permalink
Restructure of Phase 2
Browse files Browse the repository at this point in the history
  • Loading branch information
nnyyxxxx committed Sep 19, 2024
1 parent 14724e8 commit bc6a9f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tabs/applications-setup/bottles-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
. ../common-script.sh

install_bottles() {
printf "%b\n" "${YELLOW}Do you want to install Bottles? (Y/n)${RC}"
printf "%b" "${YELLOW}Do you want to install Bottles? (Y/n): ${RC}"
read -r install_choice
if [ "$install_choice" != "n" ] && [ "$install_choice" != "N" ]; then
printf "%b\n" "${YELLOW}Installing Bottles...${RC}"
Expand Down

0 comments on commit bc6a9f3

Please sign in to comment.