Kein update möglich

Hallo, ich hatte die aktuelle Version auf demPi. Nach einem Reboot lief der DNS Service nicht mehr. Ich habe versucht es zu reparieren (habe einige Hinweise hier gefunden).
Allerdings passt die version jetzt nicht mehr.
Ein Update kann ich jetzt aber nicht mehr durchführen :frowning:

pi@pi002:~ $ pihole -up
[i] Checking for updates...
fatal: HEAD zeigt auf keinen Branch

Error: Remote revision could not be obtained, please contact Pi-hole Support
Additional debugging output:
HEAD losgelöst bei v3.2.1
nichts zu committen, Arbeitsverzeichnis unverändert

pi@pi002:~ $ pihole -v
Pi-hole version is v3.2.1 (Latest: v4.1.1)
AdminLTE version is v3.2.1 (Latest: v4.1.1)
FTL version is v4.1.2 (Latest: v4.1.2)

Hat jemand eine Idee was ich noch tun kann?

Please try pihole checkout master

You may have to try a second time after you change /etc/resolv.conf as follows:

change nameserver 127.0.0.1 to nameserver 1.1.1.1 or third party DNS of your choice. Save and exit.

It doesn't help :frowning:

pi@pi002:~ $ sudo pihole checkout master
Please note that changing branches severely alters your Pi-hole subsystems
Features that work on the master branch, may not on a development branch
This feature is NOT supported unless a Pi-hole developer explicitly asks!
Have you read and understood this? [y/N] y

[i] Shortcut "master" detected - checking out master branches...
[i] Pi-hole core
/opt/pihole/piholeCheckout.sh: Zeile 97: fetch_checkout_pull_branch: Kommando nicht gefunden.
[✗] Unable to pull Core master branch

pi@pi002:~ $ sudo nano /etc/resolv.conf
--> changed from 127.0.0.1 to 1.1.1.1

pi@pi002:~ $ sudo pihole -up
[i] Checking for updates...
fatal: HEAD zeigt auf keinen Branch

Error: Remote revision could not be obtained, please contact Pi-hole Support
Additional debugging output:
HEAD losgelöst bei v3.2.1
nichts zu committen, Arbeitsverzeichnis unverändert

Hm, it look that i have to reinstall ?