Hi all,
Pi-hole is showing that there is a new version (3). I did upgrade with dietpi-update, apt-get update/upgrade and dietpi-software reinstall 93. It's still stuck on version 2. The weird thing is that on a fresh setup DP installs Pi-Hole 3.
So how do I update to Pi-Hole 3 with an existing rig?
TIA
Update software
Re: Update software
pihole -up
-
- Posts: 26
- Joined: Sun Jan 17, 2016 4:02 pm
Re: Update software
Works like a charm!johnvick wrote:pihole -up
Sidestep: Is pi-hole an one off in separate updating and/or are all other software packages (like LAMP stack) updates included in the "dietpi-update" command?
Re: Update software
You can't rely on dietpi-update to update individual packages - it does some but not all.
Others can be updated by apt-get update apt-get upgrade but some you have to do yourself - such as pihole and urbackup for example.
John
Others can be updated by apt-get update apt-get upgrade but some you have to do yourself - such as pihole and urbackup for example.
John
-
- Posts: 26
- Joined: Sun Jan 17, 2016 4:02 pm
Re: Update software
Okay, that's clear. Thanks.