Skip to content

Commit

Permalink
Update Chrome on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
raczeja committed Oct 8, 2020
1 parent 03cf630 commit 35de06a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ExecutingTestsOnLinux.ps1
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
echo 'Update Chrome'
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
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
Expand Down

0 comments on commit 35de06a

Please sign in to comment.