From 62d5df4c65f055ba5fc681eddc380cf78fcdcbf9 Mon Sep 17 00:00:00 2001 From: Tomi Eckert Date: Wed, 24 Sep 2025 21:07:57 +0200 Subject: [PATCH] update version aurroa --- aurora/aurora.sh | 2 +- packages.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/aurora/aurora.sh b/aurora/aurora.sh index f24f75c..f5a04db 100644 --- a/aurora/aurora.sh +++ b/aurora/aurora.sh @@ -1,5 +1,5 @@ #!/bin/sh -# Version: 1.2.5 +# Version: 1.2.6 # Exit immediately if a command exits with a non-zero status. set -e diff --git a/packages.conf b/packages.conf index 04e8756..d8448e1 100644 --- a/packages.conf +++ b/packages.conf @@ -7,7 +7,7 @@ declare -A SCRIPT_PACKAGES # The version should match the "# Version: x.x.x" line in the main script file. -SCRIPT_PACKAGES["Aurora Suite"]="1.2.5|https://git.technopunk.space/tomi/Scripts/raw/branch/main/aurora/aurora.sh https://git.technopunk.space/tomi/Scripts/raw/branch/main/aurora/aurora.conf" +SCRIPT_PACKAGES["Aurora Suite"]="1.2.6|https://git.technopunk.space/tomi/Scripts/raw/branch/main/aurora/aurora.sh https://git.technopunk.space/tomi/Scripts/raw/branch/main/aurora/aurora.conf" SCRIPT_PACKAGES["Backup Suite"]="1.0.5|https://git.technopunk.space/tomi/Scripts/raw/branch/main/backup/backup.sh https://git.technopunk.space/tomi/Scripts/raw/branch/main/backup/backup.conf" SCRIPT_PACKAGES["Monitor Suite"]="1.0.5|https://git.technopunk.space/tomi/Scripts/raw/branch/main/monitor/monitor.sh https://git.technopunk.space/tomi/Scripts/raw/branch/main/monitor/monitor.conf" SCRIPT_PACKAGES["Key Manager"]="1.2.1|https://git.technopunk.space/tomi/Scripts/raw/branch/main/hdb_keymanager.sh"