File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -1128,13 +1128,16 @@ echo ""
11281128INSTALL_NOW=0
11291129if [[ " $AUTOINSTALL " == " yes" ]]; then
11301130 INSTALL_NOW=1
1131+ echo " Automatically installing these binaries because the --auto-install option was used or AUTOINSTALL=yes was run."
11311132elif [[ ! " $SKIPINSTALL " == " yes" ]]; then
11321133 read -r -p " Install these binaries to your $INSTALL_FOLDER folder? Existing binaries will be replaced. [Y/n] " response
11331134 case $response in
11341135 " " | [yY][eE][sS] | [yY])
11351136 INSTALL_NOW=1
11361137 ;;
11371138 esac
1139+ else
1140+ echo " Skipping install of these binaries because the --skip-install option was used or SKIPINSTALL=yes was run."
11381141fi
11391142
11401143if [ " $INSTALL_NOW " = 1 ]; then
You can’t perform that action at this time.
0 commit comments