Add pihole-FTL bash completion

Signed-off-by: Christian König <github@yubiuser.dev>
This commit is contained in:
Christian König
2025-08-06 12:51:08 +02:00
parent 75286a1626
commit 340ffbe5e8
3 changed files with 55 additions and 0 deletions
+1
View File
@@ -89,6 +89,7 @@ removePiholeFiles() {
${SUDO} rm -rf /opt/pihole/ &> /dev/null
${SUDO} rm -f /usr/local/bin/pihole &> /dev/null
${SUDO} rm -f /etc/bash_completion.d/pihole &> /dev/null
${SUDO} rm -f /etc/bash_completion.d/pihole-FTL &> /dev/null
${SUDO} rm -f /etc/sudoers.d/pihole &> /dev/null
echo -e " ${TICK} Removed config files"