mirror of
https://github.com/mtan93/install-nextcloud.git
synced 2026-03-26 13:14:15 +00:00
NGINX Repos changed
This commit is contained in:
@@ -36,8 +36,8 @@ update_and_clean
|
|||||||
apt install software-properties-common zip unzip screen curl ffmpeg libfile-fcntllock-perl -y
|
apt install software-properties-common zip unzip screen curl ffmpeg libfile-fcntllock-perl -y
|
||||||
apt remove nginx nginx-common nginx-full -y --allow-change-held-packages
|
apt remove nginx nginx-common nginx-full -y --allow-change-held-packages
|
||||||
###add the neccessary sources
|
###add the neccessary sources
|
||||||
sed -i '$adeb http://nginx.org/packages/ubuntu/ xenial nginx' /etc/apt/sources.list
|
sed -i '$adeb http://nginx.org/packages/mainline/ubuntu/ bionic nginx' /etc/apt/sources.list
|
||||||
sed -i '$adeb-src http://nginx.org/packages/ubuntu/ xenial nginx' /etc/apt/sources.list
|
sed -i '$adeb-src http://nginx.org/packages/mainline/ubuntu/ bionic nginx' /etc/apt/sources.list
|
||||||
wget http://nginx.org/keys/nginx_signing.key && apt-key add nginx_signing.key
|
wget http://nginx.org/keys/nginx_signing.key && apt-key add nginx_signing.key
|
||||||
update_and_clean
|
update_and_clean
|
||||||
###instal NGINX
|
###instal NGINX
|
||||||
|
|||||||
Reference in New Issue
Block a user