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.
1 parent 1096fcd commit 1c315deCopy full SHA for 1c315de
install/vst-install-ubuntu.sh
@@ -33,9 +33,9 @@ software="apache2 apache2.2-common apache2-suexec-custom apache2-utils
33
34
# Fix for old releases
35
if [[ ${release:0:2} -lt 16 ]]; then
36
- software=$(echo "$software" |sed -e "s/php /php5 /")
37
- software=$(echo "$software" |sed -e "s/php-/php5-/")
38
- software=$(echo "$software" |sed -e "s/mod-php/mod-php5/")
+ software=$(echo "$software" |sed -e "s/php /php5 /g")
+ software=$(echo "$software" |sed -e "s/vesta-php5 /vesta-php /g")
+ software=$(echo "$software" |sed -e "s/php-/php5-/g")
39
fi
40
41
# Defining help function
0 commit comments