From 5a35e2896685dd9acd914238e161a7ca42ca6ea8 Mon Sep 17 00:00:00 2001 From: Enrico Ludwig Date: Sat, 13 Jul 2024 16:17:41 +0200 Subject: [PATCH] fixed borgbackup links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0b2675c..303cecf 100644 --- a/README.md +++ b/README.md @@ -68,8 +68,8 @@ If you want the script to also upgrade the packages on your system, set the `--u ###### Example: Backup local configurations and home directories 1. Get the script via `wget` or `curl`: - 1. `wget https://git.zion-networks.de/ZionNetworks/linux-bash-scripts/src/branch/main/borgmatic/borgmatic_setup.sh` - 2. `curl -O https://git.zion-networks.de/ZionNetworks/linux-bash-scripts/src/branch/main/borgmatic/borgmatic_setup.sh` + 1. `wget https://git.zion-networks.de/ZionNetworks/linux-bash-scripts/raw/branch/main/borgmatic/borgmatic_setup.sh` + 2. `curl -O https://git.zion-networks.de/ZionNetworks/linux-bash-scripts/raw/branch/main/borgmatic/borgmatic_setup.sh` 2. Set the execution flag using `chmod +x borgmatic_setup.sh` 3. Run the script: