Friday, May 17, 2024
3
rated 0 times [  3] [ 0]  / answers: 1 / hits: 921  / 2 Years ago, sat, july 23, 2022, 12:52:29

Several questions on here from people as dense as I, but I haven't seen my problem.


Just installed.


Runs all updates.


open cmd and enter sudo curl -sSL https://install.pi-hole.net I bash


sudo: curl: command not found


sudo apt install curl -sSL...


E: Command line option 'S' not understood


remove


E: Command line option 'L'


Hopefully you can tell I read a cool article and got in over my head.


More From » command-line

 Answers
3

First mistake is you put an I before bash rather than a | (vertical bar). Second mistake is you did the install command wrong. It's sudo apt install curl without any command line options after.


So it's the following for pi-hole install:


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

[#1767] Saturday, July 23, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
tusmuumu

Total Points: 195
Total Questions: 122
Total Answers: 104

Location: Oman
Member since Tue, Feb 7, 2023
1 Year ago
;