will not finish installer.

Please follow the below template, it will help us to help you!

Expected Behaviour:

[installation runs through completely]

Actual Behaviour:

_[root@DeLatitude:~# curl -sSL https://install.pi-hole.net | bash

[✓] Root user check

    .;;,.
    .ccccc:,.
     :cccclll:.      ..,,
      :ccccclll.   ;ooodc
       'ccll:;ll .oooodc
         .;cll.;;looo:.
             .. ','.
            .',,,,,,'.
          .',,,,,,,,,,.
        .',,,,,,,,,,,,....
      ....''',,,,,,,'.......
    .........  ....  .........
    ..........      ..........
    ..........      ..........
    .........  ....  .........
      ........,,,,,,,'......
        ....',,,,,,,,,,,,.
           .',,,,,,,,,'.
            .',,,,,,'.
              ..'''.

[✓] Disk space check

[✓] Update local cache of available packages

[✓] Checking apt-get for upgraded packages... 2 updates available
[i] It is recommended to update your OS after installing the Pi-hole!

[i] Installer Dependency checks...
[✓] Checking for apt-utils
[i] Checking for dialog (will be installed)
[✓] Checking for debconf
[i] Checking for dhcpcd5 (will be installed)
[✓] Checking for git
[✓] Checking for iproute2
[✓] Checking for whiptail
root@DeLatitude:~#
]_

Debug Token:

[cannot get a debug token from something that cannot install]

What OS are you installjng Pi-Hole on?

Zorin OS. it is a system, that, based off of its system repos, is based off of ubuntu
i havve also noticed that the two things that are not installled do not have a repo for them, as apt does not recognise them.i am currently trying to install a tar.gz package of each of them
EDIT: they dont have a set install folder and im not a scripter, so i do not know how to set that, so i failed

I had the same issue today on a fresh Raspberian. It stopped after whiptail. The problem was dpkg in my case.

[edit] likely because a OS update was interrupted by a reboot to change screen resolution in GUI mode.

I tried the bash method then Method 2: Manually download the installer and run from the github page.

Method 2 had the same result so I ran apt-get update/upgrade and received a warning about dpkg have problems including a message to run sudo dpkg --configure -a

That was my problem and my solution ended up looking like this:

wget -O basic-install.sh https://install.pi-hole.net
sudo apt-get update
sudo apt-get upgrade
sudo dpkg --configure -a
sudo ./basic-install.sh

I have the same problem,
I tried Apple solution, but it did not help

Im running my pihole on a new installed ubuntu 18.04.1

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.