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
8 changes: 5 additions & 3 deletions MerlinAU.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
#
# Original Creation Date: 2023-Oct-01 by @ExtremeFiretop.
# Official Co-Author: @Martinski W. - Date: 2023-Nov-01
# Last Modified: 2025-Aug-10
# Last Modified: 2025-Aug-13
###################################################################
set -u

## Set version for each Production Release ##
readonly SCRIPT_VERSION=1.5.3
readonly SCRIPT_VERSTAG="25081021"
readonly SCRIPT_VERSTAG="25081319"
readonly SCRIPT_NAME="MerlinAU"
## Set to "master" for Production Releases ##
SCRIPT_BRANCH="dev"
Expand Down Expand Up @@ -9630,7 +9630,7 @@ _DoInstallation_()
}

##----------------------------------------##
## Modified by Martinski W. [2025-Apr-11] ##
## Modified by Martinski W. [2025-Aug-13] ##
##----------------------------------------##
_DoUnInstallation_()
{
Expand Down Expand Up @@ -9667,6 +9667,8 @@ _DoUnInstallation_()
_AutoServiceEvent_ delete 2>/dev/null
fi

"$isGNUtonFW" && umount "$FW_UpdateCheckScript" 2>/dev/null

if rm -fr "${SETTINGS_DIR:?}" && \
rm -fr "${SCRIPT_WEB_DIR:?}" && \
rm -fr "${FW_BIN_BASE_DIR:?}/$ScriptDirNameD" && \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# MerlinAU - AsusWRT-Merlin Firmware Auto Updater
## v1.5.3
## 2025-Aug-10
## 2025-Aug-13

## WebUI:
![image](https://github.com/user-attachments/assets/9c1dff99-9c13-491b-a7fa-aff924d5f02e)
Expand Down