diff --git a/CHANGELOG.txt b/CHANGELOG.txt index b1a590df..b5470c52 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,7 @@ +v.3.0.6 +- Added fix for Debian 10 +- Removed support for multiserver setup in Debian 9 and Debian 10 + v.3.0.5 - Added support for debain10 and php7.3 diff --git a/README.md b/README.md index b17d269f..ffc085c1 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,10 @@ We'll use only to inform you on new version of the script :) # Version # +v.3.0.6 + +Debian 10 fix for Debian 10 + v.3.0.5 Debian 10 changes file path, for root use : diff --git a/distros/debian10/askquestions.sh b/distros/debian10/askquestions.sh index 1c2087b2..abb56d93 100644 --- a/distros/debian10/askquestions.sh +++ b/distros/debian10/askquestions.sh @@ -25,7 +25,7 @@ AskQuestions() { while [[ ! "$CFG_PHP56" =~ $RE ]] do - CFG_PHP56=$(whiptail --title "Install PHP 5.6" --backtitle "$WT_BACKTITLE" --nocancel --radiolist "By default ISPConfig comes with PHP 7, do you want to install also PHP 5.6 version?" 10 50 2 "no" "(default)" ON "yes" "" OFF 3>&1 1>&2 2>&3) + CFG_PHP56=$(whiptail --title "Install PHP 5.6" --backtitle "$WT_BACKTITLE" --nocancel --radiolist "By default ISPConfig comes with PHP 7.3, do you want to install also PHP 5.6 version?" 10 50 2 "no" "(default)" ON "yes" "" OFF 3>&1 1>&2 2>&3) done if echo "$ID" | grep -iq 'raspbian'; then