nextcloud-updater/README.md

21 lines
402 B
Markdown

# Nextcloud Updater
A basic script to update its nextcloud instance.
## How use it ?
Download nextcloud.sh with your nextcloud user.
Edit folder variable into script.
Execute script
Type the desired nextcloud version
Take a coffee
```
su - nextcloud
cd ~
wget https://git.drycat.fr/Dryusdan/nextcloud-updater/raw/branch/master/nextcloud.sh
vim nextcloud.sh
chmod +x nextcloud.sh
./nextcloud.sh
```