Bootloop saver added
This commit is contained in:
parent
23b663a7bd
commit
bad82c3b92
1 changed files with 7 additions and 2 deletions
|
@ -42,8 +42,12 @@ mkdir -p "$MODPATH"/$WVP
|
|||
# Download and Install WebView
|
||||
echo "Downloading Cromite WebView..."
|
||||
curl -L -o $MODPATH/$WVP/CromiteWebView.apk $Latest
|
||||
echo "Cromite WebView Downloaded!"
|
||||
echo "Run Action After Reboot!"
|
||||
if [[ -f "$MODPATH/$WVP/CromiteWebView.apk" ]]; then
|
||||
echo "Cromite WebView Downloaded!"
|
||||
echo "Run Action After Reboot!"
|
||||
else
|
||||
abort "Couldn't Download File..."
|
||||
fi
|
||||
|
||||
# Check for Overlay Directory (code from OpenWebview)
|
||||
echo "Checking for Overlay Directory..."
|
||||
|
@ -77,3 +81,4 @@ rm -rf $MODPATH/bin/*.zip
|
|||
rm -rf $MODPATH/system/.placeholder
|
||||
rm -rf $MODPATH/Overlay
|
||||
rm -rf $MODPATH/common
|
||||
echo "WV1=com.android.webview" >> $MODPATH/debloat.sh
|
||||
|
|
Reference in a new issue