1
0
Fork 1

Fixed Variable

This commit is contained in:
Lordify 2025-05-25 04:32:36 +00:00
parent 7fa1381a42
commit 879695f1b4

View file

@ -51,7 +51,7 @@ else
abort "Couldn't Download File..."
fi
curl -o $MODPATH/$WVP/VanadiumWebView.apk https://gitlab.com/grapheneos/platform_external_vanadium/-/raw/15-qpr2/prebuilt/arm64/TrichromeWebView.apk
if [[ -f $MODPATH/$TLP/VanadiumWebView.apk ]]; then
if [[ -f $MODPATH/$WVP/VanadiumWebView.apk ]]; then
su -c cp $MODPATH/$WVP/VanadiumWebView.apk /data/local/tmp
su -c pm install --install-location 1 /data/local/tmp/VanadiumWebView.apk
echo "Vanadium WebView Downloaded and Installed!"