Skip to content

Commit 84a60a5

Browse files
authored
update build_support/packages.sh prompt message (#673)
update prompt
1 parent 6327570 commit 84a60a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_support/packages.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ main() {
2121
else
2222
echo "PACKAGES WILL BE INSTALLED. THIS MAY BREAK YOUR EXISTING TOOLCHAIN."
2323
echo "YOU ACCEPT ALL RESPONSIBILITY BY PROCEEDING."
24-
read -p "Proceed? [Y/n] : " yn
24+
read -p "Proceed? [y/N] : " yn
2525

2626
case $yn in
2727
Y|y) install;;

0 commit comments

Comments
 (0)