Skip to content

Commit dc7c2df

Browse files
author
Tobias Schneck
committed
use temporally epel-testing repo to fix broken chrome version 60.0.3112.113-2.el7
1 parent 7f8c3eb commit dc7c2df

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/centos/install/chrome.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@
33
set -e
44

55
echo "Install Chromium Browser"
6+
7+
#TODO use temporally epel-testing repo to fix chrome version 60.0.3112.113-2.el7
8+
yum-config-manager --enable epel-testing
69
yum -y install chromium chromium-libs chromium-libs-media
10+
yum-config-manager --enable epel-testing
11+
712
yum clean all
813
ln -s /usr/bin/chromium-browser /usr/bin/google-chrome
914

0 commit comments

Comments
 (0)