mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-12-05 04:23:18 +00:00
Update Basic for path without space.
This commit is contained in:
parent
6cb5bb7200
commit
ea69af8853
1 changed files with 1 additions and 1 deletions
|
@ -690,7 +690,7 @@ installScripts() {
|
|||
cd "${PI_HOLE_LOCAL_REPO}"
|
||||
install -o "${USER}" -Dm755 -t /opt/pihole/ gravity.sh
|
||||
install -o "${USER}" -Dm755 -t /opt/pihole/ ./advanced/Scripts/*.sh
|
||||
install -o "${USER}" -Dm755 -t /opt/pihole/ ./automated\ install/uninstall.sh
|
||||
install -o "${USER}" -Dm755 -t /opt/pihole/ ./automated_install/uninstall.sh
|
||||
install -o "${USER}" -Dm755 -t /usr/local/bin/ pihole
|
||||
install -Dm644 ./advanced/bash-completion/pihole /etc/bash_completion.d/pihole
|
||||
echo " done."
|
||||
|
|
Loading…
Reference in a new issue