Add Back to Chromium v86 app

pull/465/head
Botspot 3 years ago
parent d5d4183cb4
commit 524b5be060

@ -0,0 +1,2 @@
Downgrade to chromium-browser v86.
Perhaps this browser version will continue working with Google accounts after March 15th.

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

@ -0,0 +1,29 @@
#!/bin/bash
DIRECTORY="$(dirname "$(dirname "$( cd "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )")")"
function error {
echo -e "\\e[91m$1\\e[39m"
exit 1
}
if [ ! -z "$(ps aux | grep chromium | grep -v 'grep' )" ];then
echo -n "Please close all Chromium windows first."
while [ ! -z "$(ps aux | grep chromium | grep -v 'grep' )" ];do
echo -n '.'
sleep 1
done
fi
rm -rf ~/chromium86 chromium86.zip
echo "Downloading..."
wget https://github.com/Botspot/chromium86/releases/download/86/chromium86.zip
echo "Extracting..."
unzip chromium86.zip
echo "Copying files..."
sudo cp -af ~/chromium86/. / || error "Failed to copy files from $HOME/chromium86 to /"
rm -rf ~/chromium86 chromium86.zip
exit 0

@ -0,0 +1,10 @@
#!/bin/bash
DIRECTORY="$(dirname "$(dirname "$( cd "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )")")"
function error {
echo -e "\\e[91m$1\\e[39m"
exit 1
}
sudo apt install --reinstall chromium-browser chromium-browser-l10n chromium-codecs-ffmpeg-extra rpi-chromium-mods

@ -0,0 +1 @@
https://github.com/Botspot/chromium78

@ -5,6 +5,7 @@ AnyDesk|Internet
Arduino|Editors
ATlauncherPI|Games
Back to Chromium v78|Internet
Back to Chromium v86|Internet
BalenaEtcher|Tools
Box86|Tools
Boxy SVG|Editors

Loading…
Cancel
Save