Skip to content

Commit 0a02f5d

Browse files
committed
scripts: dont run some things for uninstall script
1 parent ba1c01b commit 0a02f5d

3 files changed

Lines changed: 2 additions & 1 deletion

File tree

module/action.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
. ./utils.sh
55

66
check_supported
7+
bypass_hyperos_restrict true
78
disable_incompatible_modules
89
blur_choice
910
highend_choice

module/customize.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ export MODPATH
1212
. $MODPATH/utils.sh
1313

1414
check_supported
15+
bypass_hyperos_restrict true
1516
disable_incompatible_modules
1617
save_deviceLevelList
1718
blur_choice

module/utils.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ target="bW9kdWxlLnByb3AK"
1616
MODDIR="${MODPATH:-/data/adb/modules/HyperUnlocked}"
1717
XML_DIR="${MODDIR}${DEFAULT_XMLDIR}"
1818
B6="busybox base64 -d"
19-
bypass_hyperos_restrict true
2019

2120
check_supported() {
2221
if find -L "$DEFAULT_XMLDIR" -type f -name "*.xml" -quit; then

0 commit comments

Comments
 (0)