That curl download took 16 seconds on your router, and the script is written to timeout after 15 seconds. I’m not sure why it’s written like that, but it at least points to the issue.real 0m 16.24s
That curl download took 16 seconds on your router, and the script is written to timeout after 15 seconds. I’m not sure why it’s written like that, but it at least points to the issue.real 0m 16.24s
cd ~
curl -L -s -k -O https://raw.githubusercontent.com/jumpsmm7/Asuswrt-Merlin-AdGuardHome-Installer/master/installer
sed -i 's/--max-time \$((3 \* 5))/--max-time 60/' installer
sh installer
run the commands, 10 minutes later still here:@Guillermo Gomez try this to manually install and change the script before running with these commands:
Bash:cd ~ curl -L -s -k -O https://raw.githubusercontent.com/jumpsmm7/Asuswrt-Merlin-AdGuardHome-Installer/master/installer sed -i 's/--max-time \$((3 \* 5))/--max-time 60/' installer sh installer
LOL, let’s keep hacking it…new command added.
cd ~
curl -L -s -k -O https://raw.githubusercontent.com/jumpsmm7/Asuswrt-Merlin-AdGuardHome-Installer/master/installer
sed -i 's/--max-time \$((3 \* 5))/--max-time 60/' installer
sed -i 's/--connect-timeout 3/--connect-timeout 15/' installer
sh installer
now, after 1 minute\LOL, let’s keep hacking it…new command added.
Code:cd ~ curl -L -s -k -O https://raw.githubusercontent.com/jumpsmm7/Asuswrt-Merlin-AdGuardHome-Installer/master/installer sed -i 's/--max-time \$((3 \* 5))/--max-time 60/' installer sed -i 's/--connect-timeout 3/--connect-timeout 15/' installer sh installer
Dial up speed coding, it’s a new trend.LOL, let’s keep hacking it…new command added.
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!