The installation gave some problems here and didn’t complete.
The line 182 in the basic-install.sh was the one going bad witch pretty much indicates that iproute was missing.
sudo apt-get install iproute
solved the problem.
You can just use the normal installer from Pi-hole after that:
curl -sSL https://install.pi-hole.net | bash