From 4c831da3adfbc10316215f616d009d71b6711e71 Mon Sep 17 00:00:00 2001 From: Phil Date: Fri, 25 Sep 2026 14:59:50 +0100 Subject: [PATCH] Updated url in README and added notes for future development --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4dadef2..f35c6ae 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ System Requirements ### Installation 1. Download the Script ``` -sudo curl -o /usr/local/bin/gitea-backup-update.sh https://example.com/gitea-backup-update.sh +sudo curl -o /usr/local/bin/gitea-backup-update.sh https://git.ncltech.co.uk/phil/gitea-updater/raw/branch/main/gitea_update.sh ``` Or create it manually: @@ -323,4 +323,6 @@ Monitor logs for errors: sudo tail -f /var/log/gitea-backup-update.log ``` +### Future Additions/Enhancements +- Will move config settings to a .env file so that wont be overwriten if the script is updated