Update to 0.106.1-3

This commit is contained in:
graysky
2021-04-30 14:39:03 -04:00
parent a99861c6bb
commit be339c2836
3 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ post_remove() {
>>> Optionally delete the adguardhome user and its home directory if you are
certain no processes are running under it:
userdel adguardhome && groupdel adguardhome && rm -rf /var/lib/adguardhome
rm -rf /var/lib/adguardhome
END
}