Skip to content

Commit

Permalink
update build_support/packages.sh prompt message (#673)
Browse files Browse the repository at this point in the history
update prompt
  • Loading branch information
mooxiu authored Dec 24, 2023
1 parent 6327570 commit 84a60a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_support/packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ main() {
else
echo "PACKAGES WILL BE INSTALLED. THIS MAY BREAK YOUR EXISTING TOOLCHAIN."
echo "YOU ACCEPT ALL RESPONSIBILITY BY PROCEEDING."
read -p "Proceed? [Y/n] : " yn
read -p "Proceed? [y/N] : " yn

case $yn in
Y|y) install;;
Expand Down

0 comments on commit 84a60a5

Please sign in to comment.