first commit

This commit is contained in:
graysky
2019-12-22 06:00:36 -05:00
commit d5c9f1f703
4 changed files with 74 additions and 0 deletions

8
readme.install Normal file
View File

@@ -0,0 +1,8 @@
post_install() {
if [[ ! -f /opt/adguardhome/AdGuardHome.yaml ]]; then
echo "==> First time use, run /opt/adguardhome/AdGuardHome as root to setup pref file"
echo "==> Subsequently, use the systemd service unit AdGuardHome.service"
fi
}
# vim:set ts=2 sw=2 et: