mirror of
https://github.com/mtan93/install-nextcloud.git
synced 2026-03-08 05:31:52 +00:00
Ready for LXD/LXC
Added "apt install gnupg2 wget -y" to be conform.
This commit is contained in:
@@ -64,7 +64,7 @@ clear
|
|||||||
### START ###
|
### START ###
|
||||||
cd /usr/local/src
|
cd /usr/local/src
|
||||||
###prepare the server environment
|
###prepare the server environment
|
||||||
apt install wget -y
|
apt install gnupg2 wget -y
|
||||||
mv /etc/apt/sources.list /etc/apt/sources.list.bak && touch /etc/apt/sources.list
|
mv /etc/apt/sources.list /etc/apt/sources.list.bak && touch /etc/apt/sources.list
|
||||||
cat <<EOF >>/etc/apt/sources.list
|
cat <<EOF >>/etc/apt/sources.list
|
||||||
deb http://archive.ubuntu.com/ubuntu bionic main multiverse restricted universe
|
deb http://archive.ubuntu.com/ubuntu bionic main multiverse restricted universe
|
||||||
|
|||||||
Reference in New Issue
Block a user