Files
compose/nextcloud/setup.sh
2025-08-31 19:40:56 +08:00

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