Update vendorsetup.sh

This commit is contained in:
Russell Reynolds 2024-01-23 11:17:38 -06:00 committed by GitHub
parent 60ebd7ba50
commit 4433833b05
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,6 +18,6 @@
export OF_SUPPORT_OZIP_DECRYPTION=1
export TW_OZIP_DECRYPT_KEY="0000"
## Changed to a ls function to find Magisk-v26.4.zip in your ~/ folder
# export FOX_USE_SPECIFIC_MAGISK_ZIP="~/magisk/Magisk-v26.4.zip"
export FOX_USE_SPECIFIC_MAGISK_ZIP=$("ls" ~/Magisk/Magisk-v26.4.zip)
## Use this variable if you are searching for the zip file
# export FOX_USE_SPECIFIC_MAGISK_ZIP=$("ls" ~/Magisk/Magisk-v26.4.zip)
export OF_USE_LATEST_MAGISK=1