Update common/vanadium_install.sh

This commit is contained in:
Lordify 2025-01-07 13:07:56 +00:00
parent bb80bae34e
commit 7c65c871d6

View file

@ -75,10 +75,10 @@ else
fi
mkdir -p "$MODPATH"/$TLP
mkdir -p "$MODPATH"/$WVP
curl -o $MODPATH/$TLP/VanadiumTrichromeLibrary.apk https://gitlab.com/grapheneos/platform_external_vanadium/-/raw/14/prebuilt/arm64/TrichromeLibrary.apk
curl -o $MODPATH/$TLP/VanadiumTrichromeLibrary.apk https://gitlab.com/grapheneos/platform_external_vanadium/-/raw/15/prebuilt/arm64/TrichromeLibrary.apk
su -c cp $MODPATH/$TLP/VanadiumTrichromeLibrary.apk /data/local/tmp
su -c pm install --install-location 1 /data/local/tmp/VanadiumTrichromeLibrary.apk
curl -o $MODPATH/$WVP/VanadiumWebView.apk https://gitlab.com/grapheneos/platform_external_vanadium/-/raw/14/prebuilt/arm64/TrichromeWebView.apk
curl -o $MODPATH/$WVP/VanadiumWebView.apk https://gitlab.com/grapheneos/platform_external_vanadium/-/raw/15/prebuilt/arm64/TrichromeWebView.apk
su -c cp $MODPATH/$WVP/VanadiumWebView.apk /data/local/tmp
su -c pm install --install-location 1 /data/local/tmp/VanadiumWebView.apk
echo