Please follow the below template, it will help us to help you!
Expected Behaviour:
Update Pihole subsystems to latest version
Actual Behaviour:
while reporting with 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!
but... Pi-hole version is v4.2.2 (Latest: v4.3.2) AdminLTE version is v4.2 (Latest: v4.3.2)
FTL version is v4.3.1 (Latest: v4.3.1)
Sad that there is nothing I can do to fix it or that the community/devlopers come with ideas
.... tried all options with
sudo git clone https://github.com/pi-hole/pi-hole.git /etc/.pihole
sudo git pull
[i] Existing PHP installation detected : PHP version 7.0.33-0+deb9u5
[✓] Disk space check
[✓] Update local cache of available packages
[✓] Checking apt-get for upgraded packages... 2 updates available
[i] It is recommended to update your OS after installing the Pi-hole!
[i] Installer Dependency checks...
[✓] Checking for apt-utils
[✓] Checking for dialog
[✓] Checking for debconf
[✓] Checking for dhcpcd5
[✓] Checking for git
[✓] Checking for iproute2
[✓] Checking for whiptail
[i] Using interface: enxb827eb9e93ae
[i] Using Cloudflare
[i] Static IP already configured
[i] Unable to find IPv6 ULA/GUA address, IPv6 adblocking will not be enabled
[i] IPv4 address: 172.16.11.230/24
[i] IPv6 address:
[i] Web Interface On
[i] Web Server On
[i] Logging On.
[✗] Check for existing repository in /etc/.pihole
[i] Clone https://github.com/pi-hole/pi-hole.git into /etc/.pihole...
Error: Could not update local repository. Contact support.
Found out during install with with curl -sSL https://install.pi-hole.net | bash -x (verbose) that GIT was failing to download the repository to /etc/.pihole
Solution:
Removed GIT from the raspberry APT, re-runned the install script which reinstalled GIT and it finally worked!
pihole -v
Pi-hole version is v4.3.2 (Latest: v4.3.2)
AdminLTE version is v4.3.2 (Latest: v4.3.2)
FTL version is v4.3.1 (Latest: v4.3.1)