From 31cd2e07c3d1abe7a4e1f302fa58cbdc9b9e0f4a Mon Sep 17 00:00:00 2001 From: Manuel Kamper Date: Fri, 12 Jan 2024 17:43:15 +0000 Subject: [PATCH] README.md aktualisiert --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5deedb0..d7ef245 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,11 @@ 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´ +`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´ \ No newline at end of file +`crontab -e` +`0 5 * * * /root/updater.sh` \ No newline at end of file