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 ""
1128
1128
INSTALL_NOW=0
1129
1129
if [[ " $AUTOINSTALL " == " yes" ]]; then
1130
1130
INSTALL_NOW=1
1131
+ echo " Automatically installing these binaries because the --auto-install option was used or AUTOINSTALL=yes was run."
1131
1132
elif [[ ! " $SKIPINSTALL " == " yes" ]]; then
1132
1133
read -r -p " Install these binaries to your $INSTALL_FOLDER folder? Existing binaries will be replaced. [Y/n] " response
1133
1134
case $response in
1134
1135
" " | [yY][eE][sS] | [yY])
1135
1136
INSTALL_NOW=1
1136
1137
;;
1137
1138
esac
1139
+ else
1140
+ echo " Skipping install of these binaries because the --skip-install option was used or SKIPINSTALL=yes was run."
1138
1141
fi
1139
1142
1140
1143
if [ " $INSTALL_NOW " = 1 ]; then
You can’t perform that action at this time.
0 commit comments