Skip to content

Commit

Permalink
fix #20: latest firefox version now resolved #16
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Schneck committed Aug 25, 2017
1 parent 4eda45e commit 067df26
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 3 additions & 1 deletion src/centos/install/firefox.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/usr/bin/env bash

echo "Install Firefox"
yum -y install firefox-45.7.0-2.el7.centos && yum clean all
#yum -y install firefox-45.7.0-2.el7.centos
yum -y install firefox
yum clean all
5 changes: 3 additions & 2 deletions src/ubuntu/install/firefox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ set -e

echo "Install Firefox"
apt-get update
apt-get install -y firefox=45*
apt-mark hold firefox
apt-get install -y firefox
#apt-get install -y firefox=45*
#apt-mark hold firefox
apt-get clean -y

0 comments on commit 067df26

Please sign in to comment.