https://peyanski.com/personal-cloud-from-home-nextcloud-on-raspberry-pi/#Nextcloud_initial_setup
sudo apt-get update && sudo apt-get upgrade -y
Start the Nextcloud on Raspberry Pi installation with the following script.
curl -sSL https://raw.githubusercontent.com/nextcloud/nextcloudpi/master/install.sh | sudo bash
Github script...