File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -208,12 +208,15 @@ deb http://nebc.nerc.ac.uk/bio-linux/ unstable bio-linux
208208cat > /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+
213216cat > /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
You can’t perform that action at this time.
0 commit comments