mirror of
https://github.com/teddysun/lamp.git
synced 2026-04-06 20:58:57 +00:00
@@ -21,7 +21,6 @@ php_modules_preinstall_settings(){
|
||||
|
||||
echo
|
||||
echo "${php} available modules:"
|
||||
echo
|
||||
# delete some modules & change some module version
|
||||
if [ "${php}" == "${php5_6_filename}" ]; then
|
||||
php_modules_arr=(${php_modules_arr[@]#${php_libsodium_filename}})
|
||||
|
||||
@@ -198,7 +198,7 @@ display_menu_multi(){
|
||||
fi
|
||||
prompt="Please input one or more number between 1 and ${arr_len} ${default_prompt} (for example: 1 2 3): "
|
||||
|
||||
echo "-------------------------- $soft install --------------------------"
|
||||
echo -e "\n-------------------------- ${soft} install --------------------------\n"
|
||||
echo
|
||||
for ((i=1;i<=${arr_len};i++ )); do
|
||||
vname="$(get_valid_valname ${arr[$i-1]})"
|
||||
|
||||
Reference in New Issue
Block a user