mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 02:28:05 -07:00
fix for ubuntu 14.04
This commit is contained in:
parent
1096fcda9c
commit
1c315de8d7
1 changed files with 3 additions and 3 deletions
|
@ -33,9 +33,9 @@ software="apache2 apache2.2-common apache2-suexec-custom apache2-utils
|
|||
|
||||
# Fix for old releases
|
||||
if [[ ${release:0:2} -lt 16 ]]; then
|
||||
software=$(echo "$software" |sed -e "s/php /php5 /")
|
||||
software=$(echo "$software" |sed -e "s/php-/php5-/")
|
||||
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")
|
||||
fi
|
||||
|
||||
# Defining help function
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue