forked from norman/fusionpbx-install.sh-github-mirror
Update nginx.sh
This commit is contained in:
5
debian/resources/nginx.sh
vendored
5
debian/resources/nginx.sh
vendored
@@ -40,9 +40,8 @@ elif [ ."$cpu_architecture" = ."arm" ]; then
|
|||||||
#Odroid
|
#Odroid
|
||||||
php_version=5
|
php_version=5
|
||||||
apt-get -y install apt-transport-https lsb-release ca-certificates
|
apt-get -y install apt-transport-https lsb-release ca-certificates
|
||||||
wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg
|
wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg
|
||||||
sh -c 'echo "deb https://packages.sury.org/php/ $(lsb_release -sc) main" > /etc/apt/sources.list.d/php.list'
|
sh -c 'echo "deb https://packages.sury.org/php/ $(lsb_release -sc) main" > /etc/apt/sources.list.d/php.list'
|
||||||
fi
|
|
||||||
else
|
else
|
||||||
#9.x - */stretch/
|
#9.x - */stretch/
|
||||||
#8.x - */jessie/
|
#8.x - */jessie/
|
||||||
|
|||||||
Reference in New Issue
Block a user