Bash script to update Gitea automatically
Go to file
2024-01-12 17:41:56 +00:00
README.md README.md aktualisiert 2024-01-12 17:41:56 +00:00
updater.sh updater.sh hinzugefügt 2024-01-12 17:38:56 +00:00

Gitea update script

This shell script updates Gitea automatically.

How to use:

Download the .sh file:
´wget https://git.kmpr.at/kamp/gitea-update-script/raw/branch/main/updater.sh´
´chmod +x updater.sh´

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´