dave14305
Part of the Furniture
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.
We use essential cookies to make this site work, and optional cookies to enhance your experience.