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 1667481 commit 9a85a21Copy full SHA for 9a85a21
common/repo.json module/common/repo.jsoncommon/repo.json renamed to module/common/repo.json
@@ -10,7 +10,8 @@
10
"KernelSU",
11
"Magisk",
12
"Built Different",
13
- "Protection"
+ "Protection",
14
+ "WebUI"
15
],
16
"require": [],
17
"screenshots": [],
module/customize.sh
@@ -2,7 +2,7 @@ REPLACE=""
2
DO_WE_HAVE_ANYTHING_TO_EXTRACT=true
3
DO_WE_REALLY_NEED_ADDONS=false
4
SKIPUNZIP=1
5
-for i in "common/functions.sh" "common/install.sh"; do
+for i in "common/functions.sh" "common/install.sh" common/repo.json"; do
6
unzip -qjo "$ZIPFILE" $i -d $TMPDIR || abort "- Failed to unpack module resources, please try again"
7
done
8
source $TMPDIR/functions.sh
0 commit comments