Hey,
Can i do a fresh install with the beta 5 ?
I don’t like to install the 4 first, or did i overlooked something?
Regards
Hey,
Can i do a fresh install with the beta 5 ?
I don’t like to install the 4 first, or did i overlooked something?
Regards
there is no way to directly install v5.0
You could try
sudo mkdir /etc/pihole/
echo "release/v5.0" | sudo tee /etc/pihole/ftlbranch
sudo mkdir -p /var/www/html/admin
cd /var/www/html/admin
sudo git clone https://github.com/pi-hole/AdminLTE.git .
sudo git checkout release/v5.0
sudo mkdir -p /etc/.pihole
cd /etc/.pihole
sudo git clone https://github.com/pi-hole/pi-hole.git .
sudo git checkout release/v5.0
sudo ./automated\ install/basic-install.sh
However, this is untested.
Thx,
I try this.
Just installed.
On debian buster 10
Had to remove sudo before the cd ....
Did not work the 4 is installed.
But no problem will upgrade now
Oh, yes, it doesn't show v5.0
as this was not officially released. You see something like v4.3.2-384
meaning your system is 384 commits ahead of v4.3.2
.
Where can you integrate and use the latest web interface?
Wo kann man das neueste web interface einbinden und benutzen?