The Pihole installer under DietPi-Launcher seems to have problems if you want use Beta 5.0 after install. It corrupts nearly all Webinterface Inputs after 5.0 Beta update when you install 4.4 via DietPi.
https://discourse.pi-hole.net/t/while-e ... king/28983
DietPi Methode:
- Install PiHole 4.4 works (except the passwd for the Webinterface resets 2x and must be change via ssh after)
- Install PiHole 5.0 Beta
Code: Select all
echo "release/v5.0" | sudo tee /etc/pihole/ftlbranch
pihole checkout core release/v5.0
pihole checkout web release/v5.0
Code: Select all
Error, something went wrong!
While executing: attempt to write a readonly database
PiHole SSH Methode:
- install Pihole 4.4 works curl
Code: Select all
curl -sSL https://install.pi-hole.net | bash
Code: Select all
echo "release/v5.0" | sudo tee /etc/pihole/ftlbranch
pihole checkout core release/v5.0
pihole checkout web release/v5.0
So it seems something is wrong with die DietPi Installer.