mirror of
https://github.com/mtan93/install-nextcloud.git
synced 2026-04-01 06:13:12 +01:00
Solved Issue 22 - rows 41-51:
Version 3.6 Solved Issue 22 - rows 41-51: https://github.com/riegercloud/install-nextcloud/issues/22 July, 24th, 2018
This commit is contained in:
@@ -39,8 +39,6 @@ apt install software-properties-common zip unzip screen curl git wget ffmpeg lib
|
|||||||
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
|
||||||
if [ ! -f /etc/apt/sources.list.d/nginx.list ]; then
|
if [ ! -f /etc/apt/sources.list.d/nginx.list ]; then
|
||||||
touch /etc/apt/sources.list.d/nginx.list
|
|
||||||
wget http://nginx.org/keys/nginx_signing.key && apt-key add nginx_signing.key
|
|
||||||
cat <<EOF > /etc/apt/sources.list.d/nginx.list
|
cat <<EOF > /etc/apt/sources.list.d/nginx.list
|
||||||
deb http://nginx.org/packages/mainline/ubuntu/ bionic nginx
|
deb http://nginx.org/packages/mainline/ubuntu/ bionic nginx
|
||||||
deb-src http://nginx.org/packages/mainline/ubuntu/ bionic nginx
|
deb-src http://nginx.org/packages/mainline/ubuntu/ bionic nginx
|
||||||
|
|||||||
Reference in New Issue
Block a user