Could you please help me to do manually update Adguard on edge router? There's no auto update on mine.
This should work for manual update. 1) stop the service 2) download the new package 3) start the service.
sudo ./AdGuardHome -s stop curl -sL https://static.adguard.com/adguardhome/release/AdGuardHome_linux_mipsle_softfloat.tar.gz | tar xvz sudo ./AdGuardHome -s start
Thanks, I'll try it.
When I do sudo ./AdGuardHome -s start, there's an error:
./AdGuardHome: command not found
What should I do next? Thanks
are you in the AdGuardHome directory?
cd AdGuardHome
also you can check your current path
pwd
When I do a start command, an error appear:
./AdGuardHome: cannot execute binary file
admin@ubnt:~/AdGuardHome$ ls -la total 35232 drwxr-xr-x 3 admin users 4096 Jun 6 22:31 . drwxr-xr-x 4 admin users 4096 Jun 26 23:24 .. -rwxr-xr-x 1 admin users 35913728 Jun 6 22:31 AdGuardHome -rw-r--r-- 1 admin users 331 Jun 6 22:31 AdGuardHome.sig -rw-r--r-- 1 admin users 43421 Jun 6 22:31 CHANGELOG.md -rw-r--r-- 1 admin users 35149 Jun 6 22:31 LICENSE.txt -rw-r--r-- 1 admin users 23236 Jun 6 22:31 README.md drwxr-xr-x 3 root root 4096 Jun 23 06:29 data
Having the same problem, did you ever resolve it?
Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink.
Hide child comments as well
Confirm
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
Could you please help me to do manually update Adguard on edge router? There's no auto update on mine.
This should work for manual update.
1) stop the service
2) download the new package
3) start the service.
Thanks, I'll try it.
When I do sudo ./AdGuardHome -s start, there's an error:
What should I do next? Thanks
are you in the AdGuardHome directory?
also you can check your current path
When I do a start command, an error appear:
Having the same problem, did you ever resolve it?