forked from norman/fusionpbx-install.sh-github-mirror
Update nginx.sh
This commit is contained in:
2
debian/resources/nginx.sh
vendored
2
debian/resources/nginx.sh
vendored
@@ -45,7 +45,7 @@ else
|
|||||||
#8.x - */jessie/
|
#8.x - */jessie/
|
||||||
if [ ."$os_codename" = ."jessie" ]; then
|
if [ ."$os_codename" = ."jessie" ]; then
|
||||||
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
|
fi
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user