What's new

How do I download entware-setup.sh again to my 388.x firmware?

  • 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!

domic

Regular Contributor
I need to reinstall entware again but I can't run `amtm` or `entware-setup.sh` anymore.
 
You don't run entware-setup.sh anymore. That's an obsolete method that was depreciated in Merlin years ago. Just run amtm which is part of the base firmware.
 
@domic: Not sure if this will work in your situation, but I had an issue running amtm in the past so I had to reinstall it manually via:
Code:
curl -Os https://raw.githubusercontent.com/decoderman/amtm/master/amtm && chmod +x amtm && sh amtm

Hopefully amtm gets installed successfully. If yes, Install entware by running amtm > i > ep then follow the on-screen instructions to finish installing entware.

Edit: Just found another way of installing entware without amtm BUT I strongly advise try the previous option first.

If your router still Asus RT-AX86U, probably you'll need (Entware (aarch64))
To confirm it is aarch64, ssh to your router and type the following:
Code:
uname -m

You should see the following:
Code:
aarch64

Once confirmed it is aarch64, run the following:
Code:
curl -Os https://bin.entware.net/aarch64-k3.10/installer/generic.sh && chmod +x generic.sh && sh generic.sh

I believe entware aarch64-k3.10 is the one used by default in amtm for aarch64.
Code snippet from amtm source code:
1676181239316.png
 
Last edited:

Latest threads

Sign Up For SNBForums Daily Digest

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