Update patch.sh

This commit is contained in:
FiorenMas
2023-05-01 23:47:23 +07:00
committed by GitHub
parent 86eabb50e4
commit 53ee06b4aa

View File

@@ -17,7 +17,7 @@ curl --retry 10 --retry-max-time 60 -H "Cache-Control: no-cache" -fsSL github.co
echo "⏬ Downloading Instagram..." echo "⏬ Downloading Instagram..."
chmod +x ${DIR_TMP}/apkeep chmod +x ${DIR_TMP}/apkeep
${DIR_TMP}/apkeep -a com.instagram.android@277.0.0.17.107 . ${DIR_TMP}/apkeep -a com.instagram.android@271.1.0.21.84 .
echo "⚙️ Patching Instagram..." echo "⚙️ Patching Instagram..."
java -jar revanced-cli*.jar -m revanced-integrations*.apk -b revanced-patches*.jar ${EXCLUDE_PATCHES[@]} -a com.instagram.android@277.0.0.17.107.apk --keystore=ks.keystore -o Instagram.apk java -jar revanced-cli*.jar -m revanced-integrations*.apk -b revanced-patches*.jar ${EXCLUDE_PATCHES[@]} -a com.instagram.android@271.1.0.21.84.apk --keystore=ks.keystore -o Instagram.apk