When you're ready to install your repacked module:
Replace the existing files in system/bin/adb and system/bin/fastboot with your new versions. 3. Modify Metadata Open module.prop in a text editor and update: version : Change this so you can track your custom build. adb fastboot magisk module repack
adb pull /data/adb/modules/my_module ./my_module_extracted When you're ready to install your repacked module:
fastboot flash boot magisk_patched.img fastboot flash vbmeta --disable-verity --disable-verification vbmeta.img adb fastboot magisk module repack