diff --git a/common/vanadium-install.sh b/common/vanadium-install.sh index 366ef67..79d00f0 100644 --- a/common/vanadium-install.sh +++ b/common/vanadium-install.sh @@ -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!"