Installation of pihole stops - pihole: command not found

Hello,

I tried to install pihole on a raspberry, but instead of starting pihole the installation stops with following messages. What went wrong?

root@raspberrypi:/# curl -sSL https://install.pi-hole.net | sudo bash
stty: standard input: Inappropriate ioctl for device

[���] 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... up to date!

[i] Installer Dependency checks...
[���] Checking for apt-utils
[���] Checking for dialog
[���] Checking for debconf
[���] Checking for dhcpcd5
[���] Checking for git
[���] Checking for iproute
[���] Checking for whiptail

[i] Using [i] Static IP already configured
[i] IPv4 address: 192.168.1.120/24
[i] IPv6 address:
[i] Web Interface On
[i] Web Server On
[i] Logging On.
[���] Check for existing repository in /etc/.pihole
[���] Clone https://github.com/pi-hole/pi-hole.git into /etc/.pihole

[���] Check for existing repository in /var/www/html/admin
[���] Update repo in /var/www/html/admin

[i] Main Dependency checks...
[i] Checking for bc (will be installed)
[���] Checking for cron
[���] Checking for curl
[i] Checking for dnsutils (will be installed)
[���] Checking for iputils-ping
[i] Checking for lsof (will be installed)
[i] Checking for netcat (will be installed)
[���] Checking for psmisc
[���] Checking for sudo
[���] Checking for unzip
[���] Checking for wget
[i] Checking for idn2 (will be installed)
[i] Checking for sqlite3 (will be installed)
[���] Checking for libcap2-bin
[i] Checking for dns-root-data (will be installed)
[i] Checking for resolvconf (will be installed)
[i] Checking for lighttpd (will be installed)
[i] Checking for php5-common (will be installed)
[i] Checking for php5-cgi (will be installed)
[i] Checking for php5-sqlite (will be installed)
root@raspberrypi:/# pi.hole/admin
bash: pi.hole/admin: No such file or directory
root@raspberrypi:/# pihole -r
bash: pihole: command not found
root@raspberrypi:/# cd /etc/.pihole
root@raspberrypi:/etc/.pihole# sudo git status

On branch master

nothing to commit (working directory clean)
root@raspberrypi:/etc/.pihole# pihole -r
bash: pihole: command not found

Thank you

What OS is running on the Pi?

Is this enough?

PRETTY_NAME="Raspbian GNU/Linux 7 (wheezy)"
NAME="Raspbian GNU/Linux"
VERSION_ID="7"
VERSION="7 (wheezy)"
ID=raspbian
ID_LIKE=debian
ANSI_COLOR="1;31"
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="RaspbianForums - Raspbian"
BUG_REPORT_URL="RaspbianBugs - Raspbian"

Wheezy is too old for us to support. You need to be on version 8 (Jessie) at the minimum and heavily suggest 9 (Stretch) as the version to use.

Wheezy is the development codename for Debian 7.0. Wheezy received Long-Term-Support until 2018-05-31. Now it is archived, and no longer receives official security updates.

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