Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions upgrade_to_8/upgrade_to_8.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down