We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e992723 commit 93d251bCopy full SHA for 93d251b
module/common/install.sh
@@ -82,7 +82,6 @@ if [ "$DO_WE_REALLY_NEED_ADDONS" == "true" ]; then
82
fi
83
84
# check for conflicts
85
-ui_print "- Checking for conflicts"
86
pm list packages | grep -q org.adaway && abort "- Adaway is detected, Please disable to prevent conflicts."
87
88
for module in /data/adb/modules/*; do
@@ -104,7 +103,6 @@ if [ "$DO_WE_HAVE_ANYTHING_TO_EXTRACT" == "true" ]; then
104
103
105
106
# let's check do we have internet or not.
107
-ui_print "- Checking internet connection"
108
ping -c 1 -w 5 google.com &>/dev/null || abort "- This module requires internet connection to download protections."
109
110
# Download hosts files
0 commit comments