summaryrefslogtreecommitdiff
path: root/pages/linux
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2015-07-19 13:09:53 -0700
committerelijah <elijah@riseup.net>2015-07-19 13:09:53 -0700
commitdc4965e7d55ec791a5f91816cace14d2d636165f (patch)
treeb09634d278215b5e779ff250efa7b19d9552d905 /pages/linux
parent7483ee314c875f22b0e7c528b601080d1c53f5cc (diff)
remove utopic unicorn
Diffstat (limited to 'pages/linux')
-rw-r--r--pages/linux/en.text8
1 files changed, 2 insertions, 6 deletions
diff --git a/pages/linux/en.text b/pages/linux/en.text
index 2dbacc0..482df21 100644
--- a/pages/linux/en.text
+++ b/pages/linux/en.text
@@ -12,9 +12,9 @@ h2. Upgrading
bc. apt-get update
apt-get dist-upgrade
-NOTE: When upgrading Ubuntu from Trusty to Unicorn, you may need to run this command again:
+NOTE: When upgrading Ubuntu from 14.10 (Utopic) to 15.04 (Vivid), you may need to run this command again:
-bc. sudo add-apt-repository "deb http://deb.bitmask.net/debian utopic main"
+bc. sudo add-apt-repository "deb http://deb.bitmask.net/debian vivid main"
This is because the Ubuntu upgrade process probably commented out all your prior custom repository lines in @/etc/apt/sources.list@.
@@ -26,10 +26,6 @@ h3. Ubuntu 15.04 (Vivid Vervet)
<%= render({:partial => 'via_packages'}, {:distro => 'vivid'}) %>
-h3. Ubuntu 14.10 (Utopic Unicorn)
-
-<%= render({:partial => 'via_packages'}, {:distro => 'utopic'}) %>
-
h3. Ubuntu 14.04 LTS (Trusty Tahr)
<%= render({:partial => 'via_packages'}, {:distro => 'trusty'}) %>