Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 3 additions & 9 deletions MerlinAU.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#
# Original Creation Date: 2023-Oct-01 by @ExtremeFiretop.
# Official Co-Author: @Martinski W. - Date: 2023-Nov-01
# Last Modified: 2024-Jan-06
# Last Modified: 2024-Jan-07
###################################################################
set -u

readonly SCRIPT_VERSION="0.2.51"
readonly SCRIPT_VERSION="0.2.52"
readonly SCRIPT_NAME="MerlinAU"

##-------------------------------------##
Expand Down Expand Up @@ -1313,7 +1313,7 @@ _GetLatestFWUpdateVersionFromWebsite_()
}

##------------------------------------------##
## Modified by ExtremeFiretop [2023-Dec-10] ##
## Modified by ExtremeFiretop [2024-Jan-07] ##
##------------------------------------------##
change_build_type() {
echo "Changing Build Type..."
Expand Down Expand Up @@ -1355,12 +1355,6 @@ change_build_type() {
echo "Invalid input! Please enter 'y', 'yes', 'n', 'no', or 'exit'."
fi
done

if [ "$choice" = "y" ] || [ "$choice" = "yes" ]; then
Update_Custom_Settings "ROGBuild" "y"
else
Update_Custom_Settings "ROGBuild" "n"
fi
}

# Function to translate cron schedule to English
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.51
0.2.52