Fixed Variable
This commit is contained in:
parent
7fa1381a42
commit
879695f1b4
1 changed files with 1 additions and 1 deletions
|
@ -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!"
|
||||
|
|
Reference in a new issue