Skip to content

Commit

Permalink
Test Chrome install motech#9.vcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
mjazdzdewski committed Sep 26, 2016
1 parent 814a330 commit d305f19
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions config_services.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ sudo chown -R tomcat7:tomcat7 /var/lib/tomcat7/ /usr/share/tomcat7/ /var/log/tom

#Installation and configuration of Xvfb
sudo apt-get install -y xvfb -qq
sudo apt-get install libxss1 libappindicator1 libindicator7 libstdc++6 fonts-liberation lsb-base
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo dpkg -i google-chrome*.deb
sudo apt-get install -f
sudo dpkg -i google-chrome*.deb
google-chrome-stable --version
#sudo apt-get install libxss1 libappindicator1 libindicator7 libstdc++6 fonts-liberation lsb-base
#wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
#sudo dpkg -i google-chrome*.deb
#sudo apt-get install -f
#sudo dpkg -i google-chrome*.deb

0 comments on commit d305f19

Please sign in to comment.