pi-hole / PADD

PADD (formerly Chronometer2) is a more expansive version of the original chronometer.sh that is included with Pi-Hole. PADD provides in-depth information about your Pi-hole.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PADD wont update

dutchschaefer opened this issue · comments

pihole version - v5.9.1 web v5.11. ftl v5.14

Describe the bug
Have tried a few different ways to update PADD but after rebooting it still shows as updates are available.

To Reproduce
Steps to reproduce the behavior:
Tried: cd ~
wget -N https://raw.githubusercontent.com/pi-hole/PADD/master/padd.sh
Also
pihole -up
also
pihole -r among a few other options that I can't remember over the past few days.

Expected behavior
pi-hole reboots but still shows the same error: PADD v3.6.7. [i] updates are available

Unfortunately I have to confirm this behavior.

Can you run a head -n 30 padd.sh on your system so we can see what version you have locally?

Got the same here:
padd_version="v3.6.7"

the same thing

VERSION
padd_version="v3.6.7"

You have the latest version. I think what you are seeing is not that PADD has updates available but instead that Pi-hole has updates available. There was a glitch on GitHub that reset the AdminLTE v5.11 release and that has been fixed. It will take some time to reflect that fix or you can run rm /etc/pihole/GitHubVersions and force a new check.

That was the solution to the riddle! Thanks!

Screen Shot 2022-04-18 at 2 55 06 PM

I am not the greatest at coding so what am I doing wrong?

sudo rm /etc/pihole/GitHubVersions

Thanks that worked!