You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello I am using AdGuardHome on my raspberrypi with Raspbian Lite.
It works excellent, the only problem i had was during the installation, I followed the steps in this instruction Instruction Link
cd $HOME wget https://static.adguard.com/adguardhome/release/AdGuardHome_linux_arm.tar.gz tar xvf AdGuardHome_linux_arm.tar.gz
after unpacking it creates the folder AdGuardHome
in the instruction the next step is sudo ./AdGuardHome -s install
now I get an error, It takes a long time until I discover that i need to change folder to run "install"
I had to cd ./AdGuardHome before running sudo ./AdGuardHome -s install to install AdGuardHome.
You should consider add this command cd ./AdGuardHome to your Install wiki for raspberrypi.
I am sure this is not a problem for most users but for totally beginners with "terminal" commands and raspberrypi, it can be a problem.
Thanks
The text was updated successfully, but these errors were encountered:
Hello I am using AdGuardHome on my raspberrypi with Raspbian Lite.
It works excellent, the only problem i had was during the installation, I followed the steps in this instruction Instruction Link
cd $HOME wget https://static.adguard.com/adguardhome/release/AdGuardHome_linux_arm.tar.gz tar xvf AdGuardHome_linux_arm.tar.gz
after unpacking it creates the folder
AdGuardHome
in the instruction the next step is
sudo ./AdGuardHome -s install
now I get an error, It takes a long time until I discover that i need to change folder to run "install"
I had to
cd ./AdGuardHome
before runningsudo ./AdGuardHome -s install
to install AdGuardHome.You should consider add this command
cd ./AdGuardHome
to your Install wiki for raspberrypi.I am sure this is not a problem for most users but for totally beginners with "terminal" commands and raspberrypi, it can be a problem.
Thanks
The text was updated successfully, but these errors were encountered: