From 7a2890e934eebb60c906ac98b63fb16f78a610e7 Mon Sep 17 00:00:00 2001 From: "Martinski@GitHub" <119833648+Martinski4GitHub@users.noreply.github.com> Date: Sun, 7 Jul 2024 04:14:20 -0700 Subject: [PATCH 1/3] Set the repo branch variable to "master" for production release --- MerlinAU.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MerlinAU.sh b/MerlinAU.sh index 3516996a..ea2d2fbb 100644 --- a/MerlinAU.sh +++ b/MerlinAU.sh @@ -4,7 +4,7 @@ # # Original Creation Date: 2023-Oct-01 by @ExtremeFiretop. # Official Co-Author: @Martinski W. - Date: 2023-Nov-01 -# Last Modified: 2024-Jul-03 +# Last Modified: 2024-Jul-07 ################################################################### set -u @@ -17,7 +17,7 @@ readonly SCRIPT_NAME="MerlinAU" # Script URL Info # ## Set to "master" for Production Releases ## -SCRIPT_BRANCH="dev" +SCRIPT_BRANCH="master" readonly SCRIPT_URL_BASE="https://raw.githubusercontent.com/ExtremeFiretop/MerlinAutoUpdate-Router" SCRIPT_URL_REPO="${SCRIPT_URL_BASE}/$SCRIPT_BRANCH" From a9baf23faa6cb020051ba54e52c38e330ea24bcf Mon Sep 17 00:00:00 2001 From: Martinski <119833648+Martinski4GitHub@users.noreply.github.com> Date: Tue, 9 Jul 2024 02:19:04 -0700 Subject: [PATCH 2/3] Update MerlinAU.sh Sync with current source Master branch. --- MerlinAU.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MerlinAU.sh b/MerlinAU.sh index ea2d2fbb..07c39afd 100644 --- a/MerlinAU.sh +++ b/MerlinAU.sh @@ -4,7 +4,7 @@ # # Original Creation Date: 2023-Oct-01 by @ExtremeFiretop. # Official Co-Author: @Martinski W. - Date: 2023-Nov-01 -# Last Modified: 2024-Jul-07 +# Last Modified: 2024-Jul-03 ################################################################### set -u From 733b37efd502c933931168b08aea4a73432f7952 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Fri, 3 Jan 2025 04:07:28 +0000 Subject: [PATCH 3/3] Update SCRIPT_BRANCH to master in MerlinAU.sh and version to 1.3.9 --- MerlinAU.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MerlinAU.sh b/MerlinAU.sh index b323a97d..475f494c 100644 --- a/MerlinAU.sh +++ b/MerlinAU.sh @@ -12,7 +12,7 @@ set -u readonly SCRIPT_VERSION=1.3.9 readonly SCRIPT_NAME="MerlinAU" ## Set to "master" for Production Releases ## -SCRIPT_BRANCH="dev" +SCRIPT_BRANCH="master" ##----------------------------------------## ## Modified by Martinski W. [2024-Jul-03] ##