Kein Update auf 4.3.2 möglich?

Hallo,
ich habe versucht das Update von V 4.3.1 auf V 4.3.2 zu installieren.
Per SSH verbunden und mit "pihole -up" den Vorgang gestartet.
Dann kommt auch Update verfügbar, usw. und wenn der Raspberry mit PI-Hole dann neu gestartet wird habe ich wieder V 4.3.1


Update Complete!
Current Pi-hole version is v4.3.1-40-ge41c4b5
Current AdminLTE version is v4.3
Current FTL version is v4.3.1


Was mache ich falsch??
grafik

Thank you for your support

cd /etc/.pihole
sudo git tag -d v4.3.2
sudo git pull

Clear browser cache and reload page.

Da ich nicht so fit bin in Linux meine Frage.
Was bewirken diese Befehle?

sudo git pull

remote: Enumerating objects: 1, done.
remote: Counting objects: 100% (1/1), done.
remote: Total 1 (delta 0), reused 1 (delta 0), pack-reused 0
Unpacking objects: 100% (1/1), done.
From https://github.com/pi-hole/pi-hole
 * [new tag]         v4.3.2     -> v4.3.2
**Already up-to-date.**
pi@raspberrypi:/etc/.pihole $ pihole -up
  [i] Checking for updates...
  [i] Pi-hole Core:	up to date
  [i] Web Interface:	up to date
  [i] FTL:		up to date

  [✓] **Everything is up to date!**

grafik
Thanks Dan !

@ Werner_Weich
Git richtig erklären kann ich nicht aber im Prinzip wurden der alte Tag gelöscht und dann die Änderungen noch einmal eingepflegt.
Aber das können dir die Linux-Spezialisten bestimmt besser erklären.

I don't see why you would need to do anything with /etc/.pihole actually. You never pulled the tag with the different commit. It was an issue for about 20 minutes when the merge was completed but is not needed or advised anymore.

Git ist für die Versionierung zuständig und wird am häufigsten für die Entwicklung von Software verwendet. Das bedeutet, dass man sich die aktuelle Version vom Repo runterladen kann.