mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +00:00
install
pihole
This commit is contained in:
parent
3600fd277e
commit
3bbac9a5f2
1 changed files with 2 additions and 2 deletions
|
@ -532,8 +532,8 @@ installScripts() {
|
|||
|
||||
${SUDO} install -o "${USER}" -Dm755 -t /opt/pihole/ gravity.sh
|
||||
${SUDO} install -o "${USER}" -Dm755 -t /opt/pihole/ ./advanced/Scripts/*.sh
|
||||
${SUDO} cp /etc/.pihole/pihole /usr/local/bin/pihole
|
||||
${SUDO} chmod 755 /usr/local/bin/pihole
|
||||
${SUDO} install -o "${USER}" -Dm755 -t /usr/local/bin/ pihole
|
||||
|
||||
${SUDO} cp /etc/.pihole/advanced/bash-completion/pihole /etc/bash_completion.d/pihole
|
||||
. /etc/bash_completion.d/pihole
|
||||
|
||||
|
|
Loading…
Reference in a new issue