mirror of
https://github.com/pi-hole/pi-hole
synced 2025-01-03 04:30:55 +00:00
Fix missing then
clause
This commit is contained in:
parent
b5c6178644
commit
2778d88e8a
@ -1217,7 +1217,7 @@ install_dependent_packages() {
|
|||||||
# amount of download traffic.
|
# amount of download traffic.
|
||||||
# NOTE: We may be able to use this installArray in the future to create a list of package that were
|
# NOTE: We may be able to use this installArray in the future to create a list of package that were
|
||||||
# installed by us, and remove only the installed packages, and not the entire list.
|
# installed by us, and remove only the installed packages, and not the entire list.
|
||||||
if command -v debconf-apt-progress &> /dev/null;
|
if command -v debconf-apt-progress &> /dev/null; then
|
||||||
# For each package,
|
# For each package,
|
||||||
for i in "${argArray1[@]}"; do
|
for i in "${argArray1[@]}"; do
|
||||||
echo -ne " ${INFO} Checking for $i..."
|
echo -ne " ${INFO} Checking for $i..."
|
||||||
|
Loading…
Reference in New Issue
Block a user