Skip to content

Commit cf0aea9

Browse files
authored
Update ubchromiumfix.sh
1 parent e157f71 commit cf0aea9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Uninstall/ubchromiumfix.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
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
44
sudo apt purge chromium* chromium-browser* -y -qq && apt autoremove -y -qq
55
echo "Enabling PPA support..."
66
[ ! -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
1010
echo "Fetching and importing chromium-team GPG keys..."
1111
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 8FEA526CE21182D1
1212
echo "Installing chromium-browser"
13+
apt purge snapd chromium* -y
1314
apt update -qq; apt install chromium-browser --no-install-recommends -y
1415
echo "Patching application shortcuts..."
1516
sed -i 's/chromium-browser %U/chromium-browser --no-sandbox %U/g' /usr/share/applications/chromium-browser.desktop

0 commit comments

Comments
 (0)