Pi hole install Linux (Mint)

My machine is linux (mint) but how to skip the check? I can't even with this guide Prerequisites - Pi-hole documentation

help.

What command did you use to install without checking for a supported OS?
Please share the exact command.

### curl -sSL https://install.pi-hole.net | bash

That is the standard install procedure.

Did you try to run one of the commands as recommended by both our documentation and the installer itself yet?

1 Like

Re:

 [✓] Update local cache of available packages

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

  [i] Checking for / installing Required dependencies for OS Check...
  [✓] Checking for grep
  [✓] Checking for dnsutils

  [✗] Unsupported OS detected: Linuxmint 20.3
      If you are seeing this message and you do have a supported OS, please contact support.

Which command did you run to produce your above output?

1 Like

curl -sSL https://install.pi-hole.net | bash

Read again :smiley:

2 Likes

Ok... :cry: Sorry.

1 Like

I don't know if you quite understood @deHakkelaar . The command you need to run is right there in the picture :slight_smile:

If you haven't tried it yet, this is the command that you should run:

curl -sSL https://install.pi-hole.net | PIHOLE_SKIP_OS_CHECK=true sudo -E bash
2 Likes

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