* Alpine AdGuardHome LXC
* fixed update part
* removed debug URL for 2nd script
* Get rid of wget on Alpine Linux
Now we can curl everything, one package less on installation :)
Get rid of Midnight Commander package, I never used it in any LXC, I guess that is from debugging there right?
* reverted back to wget as tteck recommends
* Check AdGuard WebUI Setup is done
this is needed if anyone runs the updatescript without having run the setup in the webui before.
This will lead to an error in on the cp command for the backup.
Made a check around that :)
* added update menu + recommendations
* cp -rf makes it more simple
thank you @tteck