mirror of
https://github.com/mtan93/install-nextcloud.git
synced 2026-03-24 05:04:15 +00:00
Amendments for LXD/LXC
added "apt install wget -y" to be prepared for LXD/LXC either
This commit is contained in:
@@ -64,6 +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
|
||||||
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