What's new
  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

scMerlin scMerlin 2.5.20 - Service and script control menu for Asuswrt-Merlin

Release Notes for scMerlin v2.5.20 version (now available):

1) Fixed "Addons" drop-down menu entries functionality on the left-hand side vertical bar for 3006.102.x F/W versions.

N.B. The fix applies only to the 3006 codebase. Some issues were found when testing on the 3004 codebase, so the existing previous code still applies.

Thanks to @ExtremeFiretop for providing the fix, and to @Ripshod, @ColDen, @visortgw, and @aex.perez for testing & validation (apologies if I'm missing other users that provided feedback and testing support for this specific issue).

2) Miscellaneous code improvements and fine-tuning.
 
Release Notes for scMerlin v2.5.20 version (now available):
What do I need to do if I've already installed this version using the 'curl' scripts in this thread?
Does amtm pick up the new version?
 
What do I need to do if I've already installed this version using the 'curl' scripts in this thread?
Does amtm pick up the new version?
amtm picks up the update, but best to uninstall completely before installing the release.
 
What do I need to do if I've already installed this version using the 'curl' scripts in this thread?
Does amtm pick up the new version?

Uninstall and reinstall the production version; my branch is now gone and the URLs in that develop script are going to be invalid when you attempt to do a "uf" in the script.
If you absolutely don't want to reinstall, you can curl the newest version ontop and then do your "uf" option to force an update in the script

Code:
curl --retry 3 "https://raw.githubusercontent.com/decoderman/scMerlin/refs/heads/master/scmerlin.sh" -o "/jffs/scripts/scmerlin" && chmod 755 "/jffs/scripts/scmerlin"
 
OK - I did a reinstall from within amtm and all is now good.
Thanks.

That would be the smart call; mostly because Martinski made some slight changes since my PR.

And while my step of overwriting should work in theory if your on 3006 firmware, I haven't tested that on 3004 and you want to be sure you get the latest code if you were testing the fix with me earlier
 
amtm picks up the update, but best to uninstall completely before installing the release.
Definitely the safest option to perform clean install since there is little to no configuration with scMerlin!
 

Similar threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Back
Top