Can't update to 4.1.1

sorry for all the headaches with this

pi@raspberrypi:~ $ sudo ls -lah /etc/.pihole
total 160K
drwxr-xr-x 10 root root 4.0K Dec 12 22:41 .
drwxr-xr-x 90 root root 4.0K Mar  4 20:43 ..
drwxr-xr-x  6 root root 4.0K Dec 12 22:41 advanced
drwxr-xr-x  2 root root 4.0K Dec 23 22:48 automated install
-rwxr-xr-x  1 root root   20 Nov 25 01:32 autotest
drwxr-xr-x  2 root root 4.0K Nov 25 01:32 block hulu ads
-rw-r--r--  1 root root 2.5K Nov 25 01:32 CONTRIBUTING.md
-rw-r--r--  1 root root  777 Nov 25 01:32 .editorconfig
drwxr-xr-x  8 root root 4.0K Mar  4 21:48 .git
-rw-r--r--  1 root root  688 Nov 25 01:32 .gitattributes
drwxr-xr-x  2 root root 4.0K Nov 25 01:32 .github
-rw-r--r--  1 root root 1.4K Nov 25 01:32 .gitignore
-rwxr-xr-x  1 root root  25K Dec 12 22:41 gravity.sh
drwxr-xr-x  3 root root 4.0K Nov 25 01:32 .idea
-rw-r--r--  1 root root  14K Nov 25 01:32 LICENSE
drwxr-xr-x  2 root root 4.0K Nov 25 01:32 manpages
-rwxr-xr-x  1 root root  14K Dec 12 22:41 pihole
-rw-r--r--  1 root root  18K Dec 12 22:41 README.md
-rw-r--r--  1 root root   60 Nov 25 01:32 requirements.txt
-rw-r--r--  1 root root  107 Nov 25 01:32 setup.py
-rw-r--r--  1 root root   69 Nov 25 01:32 .stickler.yml
drwxr-xr-x  2 root root 4.0K Dec 12 22:41 test
-rw-r--r--  1 root root  384 Nov 25 01:32 tox.ini
-rw-r--r--  1 root root  211 Nov 25 01:32 .travis.yml

Since nothing has changed in that directory, run the following:

cd /
sudo rm -rf /etc/.pihole
sudo git clone https://github.com/pi-hole/pi-hole /etc/.pihole

That will recreate the entire local repository and should be up to date.

done

pi@raspberrypi:~ $ cd /
pi@raspberrypi:/ $ sudo rm -rf /etc/.pihole
pi@raspberrypi:/ $ sudo git clone https://github.com/pi-hole/pi-hole /etc/.pihole
Cloning into '/etc/.pihole'...
remote: Enumerating objects: 6, done.
remote: Counting objects: 100% (6/6), done.
remote: Compressing objects: 100% (6/6), done.
remote: Total 13868 (delta 0), reused 1 (delta 0), pack-reused 13862
Receiving objects: 100% (13868/13868), 4.35 MiB | 5.33 MiB/s, done.
Resolving deltas: 100% (8548/8548), done.

Okay and pihole -up again.

cool cool, that fixed. Thank you very much.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.