Fix install NC

This commit is contained in:
poka 2020-05-19 21:17:23 +02:00
parent d9db3073b8
commit 843e30551c
1 changed files with 2 additions and 2 deletions

View File

@ -46,8 +46,8 @@ fi
## Update system packages
apt -y install lsb-release apt-transport-https ca-certificates
wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg
apt install -y lsb-release apt-transport-https ca-certificates
#wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg
wget -q https://packages.sury.org/php/apt.gpg -O- | apt-key add -
echo "deb https://packages.sury.org/php/ $OS main" | tee /etc/apt/sources.list.d/ondrej.list
apt update -y