Skip to content

Commit 2a6b151

Browse files
committed
Update Google repositories to only use amd64 arch
1 parent d2c488b commit 2a6b151

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

upgrade_to_8/upgrade_to_8.sh

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,12 +208,15 @@ deb http://nebc.nerc.ac.uk/bio-linux/ unstable bio-linux
208208
cat >/etc/apt/sources.list.d/google-chrome.list <<"."
209209
### THIS FILE IS AUTOMATICALLY CONFIGURED ###
210210
# You may comment out this entry, but any other modifications may be lost.
211-
deb http://dl.google.com/linux/chrome/deb/ stable main
211+
deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main
212212
.
213+
# add Google's Linux signing pub key to apt
214+
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
215+
213216
cat >/etc/apt/sources.list.d/google-talkplugin.list <<"."
214217
### THIS FILE IS AUTOMATICALLY CONFIGURED ###
215218
# You may comment out this entry, but any other modifications may be lost.
216-
deb http://dl.google.com/linux/talkplugin/deb/ stable main
219+
deb [arch=amd64] http://dl.google.com/linux/talkplugin/deb/ stable main
217220
.
218221

219222
# 7

0 commit comments

Comments
 (0)