Update install.sh

Signed-off-by: Sebastian Liebscher <112352529+sebastianliebscher@users.noreply.github.com>
This commit is contained in:
Sebastian Liebscher 2023-05-02 19:15:18 +02:00 committed by GitHub
parent 7a20e9fdb1
commit 5aa3abc282
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ rm /etc/lighttpd/conf-enabled/99-unconfigured.conf
## Remove the default lighttpd placeholder page for good measure
rm /var/www/html/index.lighttpd.html
## Remove redundant directories created by the installer to reduce docker image size
rm -rf /tmp/* /var/www/html/admin/.git* /etc/.pihole/.git*
rm -rf /tmp/*
if [ ! -f /.piholeFirstBoot ]; then
touch /.piholeFirstBoot