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.
build_support/packages.sh
1 parent 6327570 commit 84a60a5Copy full SHA for 84a60a5
build_support/packages.sh
@@ -21,7 +21,7 @@ main() {
21
else
22
echo "PACKAGES WILL BE INSTALLED. THIS MAY BREAK YOUR EXISTING TOOLCHAIN."
23
echo "YOU ACCEPT ALL RESPONSIBILITY BY PROCEEDING."
24
- read -p "Proceed? [Y/n] : " yn
+ read -p "Proceed? [y/N] : " yn
25
26
case $yn in
27
Y|y) install;;
0 commit comments