mirror of
https://github.com/mtan93/install-nextcloud.git
synced 2026-03-08 05:31:52 +00:00
BETA
DEBIAN
This commit is contained in:
@@ -3,7 +3,6 @@
|
|||||||
# https://www.c-rieger.de
|
# https://www.c-rieger.de
|
||||||
# https://github.com/riegercloud
|
# https://github.com/riegercloud
|
||||||
# INSTALL-NEXTCLOUD-DEBIAN.SH
|
# INSTALL-NEXTCLOUD-DEBIAN.SH
|
||||||
# !!! BETA !!!
|
|
||||||
# Version 0.1 (AMD64)
|
# Version 0.1 (AMD64)
|
||||||
# Nextcloud 15
|
# Nextcloud 15
|
||||||
# OpenSSL 1.1.1, TLSv1.3, NGINX 1.15.8
|
# OpenSSL 1.1.1, TLSv1.3, NGINX 1.15.8
|
||||||
@@ -76,10 +75,10 @@ deb [arch=amd64] http://mirror2.hs-esslingen.de/mariadb/repo/10.3/debian stretch
|
|||||||
deb https://packages.sury.org/php/ stretch main
|
deb https://packages.sury.org/php/ stretch main
|
||||||
EOF
|
EOF
|
||||||
###prepare the server environment
|
###prepare the server environment
|
||||||
apt update && apt install apt-transport-https git wget gnupg2 -y
|
|
||||||
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
|
||||||
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
|
||||||
apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 0xF1656F24C74CD1D8
|
apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 0xF1656F24C74CD1D8
|
||||||
|
apt update && apt install apt-transport-https git wget gnupg2 -y
|
||||||
###
|
###
|
||||||
update_and_clean
|
update_and_clean
|
||||||
###
|
###
|
||||||
|
|||||||
Reference in New Issue
Block a user