Nextcloud Installation using a script

Опубликовано: 08 Октябрь 2024
на канале: #geek2gether
2,839
50

The nextcloud installation script will download and install nextcloud. It also resolves setup errors after installation.

The script sets up HTTPS using the snake-oil self signed cert in linux. The self signed certificate can be changed after install.

To use the script run the commands:

wget https://raw.githubusercontent.com/gee...

sudo chmod +x nextcloud-install.sh

sudo ./nextcloud-install.sh



#nextcloud