Skip to content

Commit d62f373

Browse files
author
Kuba Pospieszny
committed
quick fix
1 parent 23ad2b1 commit d62f373

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ echo "1) Essential (brew + basic tools)"
1313
echo "2) Full DevOps Stack (all tools + configs + macOS settings)"
1414
echo "3) Custom (choose components)"
1515
echo ""
16-
read -p "Choice [1-3]: " profile
16+
read -r -p "Choice [1-3]: " profile
1717

1818
case $profile in
1919
1)
@@ -33,7 +33,7 @@ case $profile in
3333
echo " [5] Desktop applications"
3434
echo " [6] Dotfiles"
3535
echo " [7] macOS preferences"
36-
read -p "Select components (e.g., 1,2,5,7): " choices
36+
read -r -p "Select components (e.g., 1,2,5,7): " choices
3737
components=()
3838
[[ $choices =~ 1 ]] && components+=("brew")
3939
[[ $choices =~ 2 ]] && components+=("cli-tools")

0 commit comments

Comments
 (0)