diff --git a/.install/nextcloud/install.sh b/.install/nextcloud/install.sh index 287767b..621c163 100755 --- a/.install/nextcloud/install.sh +++ b/.install/nextcloud/install.sh @@ -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