README.md aktualisiert

This commit is contained in:
Manuel Kamper 2024-01-12 17:41:39 +00:00
parent b6807f6331
commit 0ee4e6ae3d
1 changed files with 5 additions and 3 deletions

View File

@ -5,9 +5,11 @@ This shell script updates Gitea automatically.
## How to use:
Download the .sh file:
´wget ´
´wget https://git.kmpr.at/kamp/gitea-update-script/raw/branch/main/updater.sh´
´chmod +x updater.sh´
Optionally you can set up a cronjob to run this script and run automatic updates for example daily:
Do not forget to set the path to the git binary in the script.
Optionally you can set up a cronjob to run this script and run automatic updates for example daily at 5:00:
´crontab -e´
´´
´0 5 * * * /root/updater.sh´