mirror of
https://github.com/mtan93/install-nextcloud.git
synced 2026-03-09 13:21:51 +00: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
|
||||
update_and_clean
|
||||
###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
|
||||
###add the neccessary sources
|
||||
sed -i '$adeb http://nginx.org/packages/mainline/ubuntu/ bionic nginx' /etc/apt/sources.list
|
||||
|
||||
Reference in New Issue
Block a user