File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
echo " Removing distribution provided chromium packages and dependencies..."
3
- apt purge chromium* chromium-browser* -y -qq && apt autoremove -y -qq
3
+ apt purge chromium* chromium-browser* snapd -y -qq && apt autoremove -y -qq
4
4
sudo apt purge chromium* chromium-browser* -y -qq && apt autoremove -y -qq
5
5
echo " Enabling PPA support..."
6
6
[ ! -f .parrot ] && apt update -qq; apt install software-properties-common gnupg --no-install-recommends -y -qq
@@ -10,6 +10,7 @@ deb-src http://ppa.launchpad.net/ultrahacx/chromium-universal/ubuntu bionic main
10
10
echo " Fetching and importing chromium-team GPG keys..."
11
11
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 8FEA526CE21182D1
12
12
echo " Installing chromium-browser"
13
+ apt purge snapd chromium* -y
13
14
apt update -qq; apt install chromium-browser --no-install-recommends -y
14
15
echo " Patching application shortcuts..."
15
16
sed -i ' s/chromium-browser %U/chromium-browser --no-sandbox %U/g' /usr/share/applications/chromium-browser.desktop
You can’t perform that action at this time.
0 commit comments