Skip to content

Commit 93d251b

Browse files
committed
module/install.sh: quiet installation
1 parent e992723 commit 93d251b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

module/common/install.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ if [ "$DO_WE_REALLY_NEED_ADDONS" == "true" ]; then
8282
fi
8383

8484
# check for conflicts
85-
ui_print "- Checking for conflicts"
8685
pm list packages | grep -q org.adaway && abort "- Adaway is detected, Please disable to prevent conflicts."
8786

8887
for module in /data/adb/modules/*; do
@@ -104,7 +103,6 @@ if [ "$DO_WE_HAVE_ANYTHING_TO_EXTRACT" == "true" ]; then
104103
fi
105104

106105
# let's check do we have internet or not.
107-
ui_print "- Checking internet connection"
108106
ping -c 1 -w 5 google.com &>/dev/null || abort "- This module requires internet connection to download protections."
109107

110108
# Download hosts files

0 commit comments

Comments
 (0)