Skip to content

Commit

Permalink
use temporally epel-testing repo to fix broken chrome version 60.0.31…
Browse files Browse the repository at this point in the history
…12.113-2.el7
  • Loading branch information
Tobias Schneck committed Sep 27, 2017
1 parent 7f8c3eb commit dc7c2df
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/centos/install/chrome.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@
set -e

echo "Install Chromium Browser"

#TODO use temporally epel-testing repo to fix chrome version 60.0.3112.113-2.el7
yum-config-manager --enable epel-testing
yum -y install chromium chromium-libs chromium-libs-media
yum-config-manager --enable epel-testing

yum clean all
ln -s /usr/bin/chromium-browser /usr/bin/google-chrome

Expand Down

0 comments on commit dc7c2df

Please sign in to comment.