What's new

failed Download Master Installation

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

Olndo Pindaro

Regular Contributor
RT-ax86S Merlin 388.2.2 I started installatation of asus download master but a blackout interrupted the installation before to finish.

A restarted. GUI said "done" and "lauch download master now". following the errata screenshot...

How I can force reinstall?
Thanks
Olindo

1686970372454.png
 
Can it be removed in the „USB Application“ tab in the router WebUI?
 
If not, the this bit of code resets everything:
Code:
if [ -L "/tmp/opt" ]; then
    rm -f /tmp/opt 2> /dev/null
    rm -f /opt 2> /dev/null
fi
if [ -d "$(nvram get apps_mounted_path)/$(nvram get apps_install_folder)" ]; then
    rm -rf "$(nvram get apps_mounted_path)/$(nvram get apps_install_folder)"
fi
nvram set apps_mounted_path=
nvram set apps_dev=
nvram set apps_state_autorun=
nvram set apps_state_enable=
nvram set apps_state_install=
nvram set apps_state_switch=
nvram commit
 
If not, the this bit of code resets everything:
Code:
if [ -L "/tmp/opt" ]; then
    rm -f /tmp/opt 2> /dev/null
    rm -f /opt 2> /dev/null
fi
if [ -d "$(nvram get apps_mounted_path)/$(nvram get apps_install_folder)" ]; then
    rm -rf "$(nvram get apps_mounted_path)/$(nvram get apps_install_folder)"
fi
nvram set apps_mounted_path=
nvram set apps_dev=
nvram set apps_state_autorun=
nvram set apps_state_enable=
nvram set apps_state_install=
nvram set apps_state_switch=
nvram commit
launched. Set restarted... thanks a lot!
 

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