mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-28 17:13:17 +00:00
read locks echos... reordered to warn user
This commit is contained in:
parent
bd9ede914d
commit
f20a510ef4
1 changed files with 2 additions and 2 deletions
|
@ -27,9 +27,9 @@ fi
|
||||||
|
|
||||||
|
|
||||||
######### SCRIPT ###########
|
######### SCRIPT ###########
|
||||||
read -p "Do you wish to purge PiHole's dependencies from your OS?" -n 1 -r
|
echo "WARNING: This is destructive if run on any non-Debian based OS"
|
||||||
ehco "WARNING: This is destructive if run on any non-Debian based OS"
|
|
||||||
echo "(SAFE TO RUN ON RASPBIAN)"
|
echo "(SAFE TO RUN ON RASPBIAN)"
|
||||||
|
read -p "Do you wish to purge PiHole's dependencies from your OS?" -n 1 -r
|
||||||
echo
|
echo
|
||||||
if [[ $REPLY =~ ^{Yy]$ ]]; then
|
if [[ $REPLY =~ ^{Yy]$ ]]; then
|
||||||
$SUDO apt-get -y remove --purge dnsutils bc toilet
|
$SUDO apt-get -y remove --purge dnsutils bc toilet
|
||||||
|
|
Loading…
Reference in a new issue