Remove back to chromium v86 app
parent
9c6dadff27
commit
97f6d95672
@ -1,2 +0,0 @@
|
|||||||
Downgrade to chromium-browser v86.
|
|
||||||
Perhaps this browser version will continue working with Google accounts after March 15th.
|
|
Binary file not shown.
Before Width: | Height: | Size: 1.6 KiB |
Binary file not shown.
Before Width: | Height: | Size: 6.0 KiB |
@ -1,29 +0,0 @@
|
|||||||
#!/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
|
|
@ -1,10 +0,0 @@
|
|||||||
#!/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
|
|
@ -1 +0,0 @@
|
|||||||
https://github.com/Botspot/chromium78
|
|
Loading…
Reference in New Issue