I ended up installing Adguard on to my OPNSense router as a plugin and so now have the latest version. Freed up a pi and a switch port...Mine is exactly the same as Billy's above.... total noob here, so can you please walk us though your suggestion Mr Boo ?
cat /proc/cpuinfo
cd $HOME
wget https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.105.2/AdGuardHome_linux_armv7.tar.gz
tar xvf AdGuardHome_linux_armv7.tar.gz
cd AdGuardHome
sudo ./AdGuardHome -s install
cd $HOME/AdGuardHome
sudo ./AdGuardHome -s stop
cd ..
wget https://static.adguard.com/adguardhome/beta/AdGuardHome_linux_armv6.tar.gz
sudo tar xvf AdGuardHome_linux_armv6.tar.gz
cd AdGuardHome
sudo ./AdGuardHome -s start
Yes mine was installed inAgain, what directory is AdGuard Home installed in? Are you using Docker? Snap or did you use the install script? If so did you run the install script as-is (where it installs it into /opt/AdGuardHome) or is AdGuard Home installed in the home directory (e.g. /home/pi/AdGuardHome)?
Gotta know where it's installed and how you installed it to fix it.
home/pi/AdGuardHome
on my Pi. No Docker or SNAP, just by executing the same kind of commands - something like below. My thinking now is that we installed the "static" release and it might not offer the option to upgrade? Caveat: N00b talking.cd $HOME
wget https://static.adguard.com/adguardhome/release/AdGuardHome_linux_arm.tar.gz
tar xvf AdGuardHome_linux_armv7.tar.gz
cd AdGuardHome
sudo ./AdGuardHome -s install
sudo chmod 777 /opt/AdGuardHome
sudo chmod 777 /home/pi/AdGuardHome
The latter did not do it for me before I reinstalled. I believe I also used the -R flag as overkillIt should be able to automatically update if it has write permissions on the directory it's installed in. It does for me.
A shot in the dark would be to try these commands in the terminal (assuming AG Home is installed in one of two places in Raspberry Pi OS)...
Then reboot the Pi and see if AG Home gives the option to update.Code:sudo chmod 777 /home/pi/AdGuardHome
sudo chmod 777 AdGuardHome
Nah - didnt workIf you're in your home/pi folder then retry:
sudo chmod 777 AdGuardHome
sudo chown -R pi AdGuardHome