HTMLSpinnr
Occasional Visitor
After upgrading to Merlin FW 386.4, the scribe script no longer executes the installer. Because the error screen bails so quickly, users attempting to install via because 386.4 changes the OS name provided in the uname -o response (now std GNU/Linux vs ASUSWRT-Merlin), this breaks the OS check. Edit: account for both if this is an Asus-enforced change rather than an rmerlin change. explicitly call the correct
I can provide the debug tarball if needed. See reply for better fix
amtm
never see the error. I ran through the steps manually to see a warning that the script requires ASUSWRT-Merlin w/ Entware. Knowing I already had the prerequisites, I dug through the script a bit further to see that coreutils-uname
is to blame. To get around this, I temporarily changed line 52, but the better thing to do would be to uname
to get the expected results.
Diff:
52c52
< readonly merlin="ASUSWRT-Merlin"
---
> readonly merlin="GNU/Linux"
I can provide the debug tarball if needed. See reply for better fix
Last edited: