From 656e62f3a8dcc6549aeccfb748bea7b5c31ea8fa Mon Sep 17 00:00:00 2001 From: Steve Moss Date: Mon, 4 Apr 2016 14:12:36 +0100 Subject: [PATCH] Update Google repositories to only use amd64 arch --- upgrade_to_8/upgrade_to_8.sh | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/upgrade_to_8/upgrade_to_8.sh b/upgrade_to_8/upgrade_to_8.sh index 301a234..725fba6 100755 --- a/upgrade_to_8/upgrade_to_8.sh +++ b/upgrade_to_8/upgrade_to_8.sh @@ -208,14 +208,18 @@ deb http://nebc.nerc.ac.uk/bio-linux/ unstable bio-linux cat >/etc/apt/sources.list.d/google-chrome.list <<"." ### THIS FILE IS AUTOMATICALLY CONFIGURED ### # You may comment out this entry, but any other modifications may be lost. -deb http://dl.google.com/linux/chrome/deb/ stable main +deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main . + cat >/etc/apt/sources.list.d/google-talkplugin.list <<"." ### THIS FILE IS AUTOMATICALLY CONFIGURED ### # You may comment out this entry, but any other modifications may be lost. -deb http://dl.google.com/linux/talkplugin/deb/ stable main +deb [arch=amd64] http://dl.google.com/linux/talkplugin/deb/ stable main . +# add Google's Linux signing pub key to apt +wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add - + # 7 #cat >/etc/apt/sources.list.d/mate-desktop.list <<"." # # MATE is a fork of the Gnome destop. It provides a suitable environment for