6 lines
172 B
Bash
Executable File
6 lines
172 B
Bash
Executable File
curl https://download.nextcloud.com/server/releases/latest.zip -o nextcloud.zip
|
|
unzip nextcloud.zip -d nextcloud
|
|
mv nextcloud html
|
|
mkdir data
|
|
sudo chown -R 82:82 html data
|