waja revised this gist 4 years ago. Go to revision
1 file changed, 6 insertions
focal_recent_chromium.sh
| @@ -1,4 +1,10 @@ | |||
| 1 | 1 | #!/bin/bash | |
| 2 | + | sudo add-apt-repository ppa:waja/cyconet | |
| 3 | + | sudo apt install cyconet-default-ubuntu-desktop-settings | |
| 4 | + | sudo apt-get -y install --only-upgrade --no-install-recommends chromium* | |
| 5 | + | ||
| 6 | + | exit | |
| 7 | + | ||
| 2 | 8 | # optional try https://launchpad.net/~saiarcot895/+archive/ubuntu/chromium-dev | |
| 3 | 9 | cat > /etc/apt/preferences.d/chromium <<EOF | |
| 4 | 10 | Package: * | |
waja revised this gist 4 years ago. Go to revision
1 file changed, 1 insertion
focal_recent_chromium.sh
| @@ -1,4 +1,5 @@ | |||
| 1 | 1 | #!/bin/bash | |
| 2 | + | # optional try https://launchpad.net/~saiarcot895/+archive/ubuntu/chromium-dev | |
| 2 | 3 | cat > /etc/apt/preferences.d/chromium <<EOF | |
| 3 | 4 | Package: * | |
| 4 | 5 | Pin: release o=LP-PPA-s-ramacher-ait | |
waja revised this gist 4 years ago. Go to revision
1 file changed, 0 insertions, 0 deletions
gistfile1.txt renamed to focal_recent_chromium.sh
File renamed without changes
waja revised this gist 4 years ago. Go to revision
1 file changed, 12 insertions
gistfile1.txt(file created)
| @@ -0,0 +1,12 @@ | |||
| 1 | + | #!/bin/bash | |
| 2 | + | cat > /etc/apt/preferences.d/chromium <<EOF | |
| 3 | + | Package: * | |
| 4 | + | Pin: release o=LP-PPA-s-ramacher-ait | |
| 5 | + | Pin-Priority: 200 | |
| 6 | + | ||
| 7 | + | Package: chromium chromium-common chromium-l10n chromium-sandbox | |
| 8 | + | Pin: release o=LP-PPA-s-ramacher-ait | |
| 9 | + | Pin-Priority: 1001 | |
| 10 | + | EOF | |
| 11 | + | sudo add-apt-repository -y ppa:s-ramacher/ait | |
| 12 | + | sudo apt-get -y install --only-upgrade --no-install-recommends chromium* | |