Change readme

This commit is contained in:
Dryusdan 2019-09-30 19:15:07 +02:00
parent 9805e58d32
commit f9be8361b0
1 changed files with 18 additions and 2 deletions

View File

@ -1,3 +1,19 @@
# nextcloud-updater
# Nextcloud Updater
A basic script to update its nextcloud instance
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
./nextcloud.sh
```