mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +00:00
Erraneous call to SUDO removed
This commit is contained in:
parent
1a2046a7eb
commit
37fa462db5
1 changed files with 1 additions and 1 deletions
|
@ -487,7 +487,7 @@ installScripts() {
|
|||
$SUDO cp /etc/.pihole/pihole /usr/local/bin/pihole
|
||||
$SUDO chmod 755 /usr/local/bin/pihole
|
||||
$SUDO cp /etc/.pihole/advanced/bash-completion/pihole /etc/bash_completion.d/pihole
|
||||
$SUDO . /etc/bsah_completion.d/pihole
|
||||
. /etc/bsah_completion.d/pihole
|
||||
$SUDO echo " done."
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue