Skip to content

Commit 4658deb

Browse files
remove purging the module
normally it is expected that the ViPER4Android app installs all module files. As we skip that step by installing the driver manually its of upmost importance we keep all module files.
1 parent e552d9b commit 4658deb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

magiskmodule/customize.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,7 @@ REPLACE="
4141
##########################################################################################
4242

4343
set_permissions() {
44-
rm -rf $NVBASE/modules/$MODID/*
45-
cp -f $MODPATH/module.prop $NVBASE/modules/$MODID/module.prop
46-
rm -rf $MODPATH
44+
: #remove if changing stuff here
4745

4846
# Note that all files/folders in magisk module directory have the $MODPATH prefix - keep this prefix on all of your files/folders
4947
# Some examples:

0 commit comments

Comments
 (0)