From 0371edcf5ee0336d94a0c0d20b5572a655669e2b Mon Sep 17 00:00:00 2001 From: DerLinkman Date: Tue, 27 May 2025 16:18:55 +0200 Subject: [PATCH] reintegrated module loading (update.sh) --- update.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/update.sh b/update.sh index c2ba4420d..d3252863b 100755 --- a/update.sh +++ b/update.sh @@ -10,8 +10,15 @@ if [[ ! -d "${MODULE_DIR}" || -z "$(ls -A "${MODULE_DIR}")" ]]; then echo -e "\e[33m_modules is missing or empty – fetching all Modules from origin/${BRANCH}…\e[0m" git fetch origin "${BRANCH}" git checkout "origin/${BRANCH}" -- _modules + echo -e "\e[33mDone. Please restart the script...\e[0m" + exit 2 fi +source _modules/scripts/core.sh +source _modules/scripts/ipv6_controller.sh +source _modules/scripts/new_options.sh +source _modules/scripts/migrate_options.sh + detect_major_update() { if [ ${BRANCH} == "master" ]; then # Array with major versions