mirror of
https://github.com/mtan93/install-nextcloud.git
synced 2026-03-29 14:23:14 +01:00
Enhancements for lxd environments
added wget and git to be installed at the beginning of the script
This commit is contained in:
@@ -34,7 +34,7 @@ ufw status verbose
|
|||||||
cd /usr/local/src
|
cd /usr/local/src
|
||||||
update_and_clean
|
update_and_clean
|
||||||
###prepare the server environment
|
###prepare the server environment
|
||||||
apt install software-properties-common zip unzip screen curl ffmpeg libfile-fcntllock-perl -y
|
apt install software-properties-common zip unzip screen curl git wget 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/mainline/ubuntu/ bionic nginx' /etc/apt/sources.list
|
sed -i '$adeb http://nginx.org/packages/mainline/ubuntu/ bionic nginx' /etc/apt/sources.list
|
||||||
|
|||||||
Reference in New Issue
Block a user