replace http to https (#2133)

This commit is contained in:
Dibir Magomedsaygitov
2020-11-30 18:22:41 +03:00
committed by GitHub
parent 90a4768d01
commit 91c6620f2d
6 changed files with 7 additions and 7 deletions

View File

@@ -7,7 +7,7 @@
LSB_RELEASE=$(lsb_release -rs)
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" | sudo tee /etc/apt/sources.list.d/google-chrome.list
echo "deb [arch=amd64] https://dl.google.com/linux/chrome/deb/ stable main" | sudo tee /etc/apt/sources.list.d/google-chrome.list
apt-get update
apt-get install -y google-chrome-stable
echo "CHROME_BIN=/usr/bin/google-chrome" | tee -a /etc/environment