Skip to content

Commit

Permalink
Fix Apt Error for Google Repository
Browse files Browse the repository at this point in the history
  • Loading branch information
eknoes authored and nbaars committed Oct 23, 2017
1 parent 839bdbd commit cce1945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webgoat-images/vagrant_provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ sudo apt-get install -y -q build-essential autotools-dev automake pkg-config exp

## Chrome
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
sudo sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
sudo apt-get update
sudo apt-get install -y google-chrome-stable

Expand Down

0 comments on commit cce1945

Please sign in to comment.