diff options
author | kwadronaut <kwadronaut@leap.se> | 2015-07-08 00:39:04 +0200 |
---|---|---|
committer | kwadronaut <kwadronaut@leap.se> | 2015-07-08 00:39:04 +0200 |
commit | 132abc7cd7e2769f959ddc1e69e1f26065b6541d (patch) | |
tree | e79aa2e02ea74bb625a28bf8c1d9793469363ada /pages | |
parent | 029d4b4b1411d7e7452c5d17577b2521d1260d59 (diff) |
remove Unicorn support in helppages (fixes #7230)
"
Diffstat (limited to 'pages')
-rw-r--r-- | pages/install/linux/en.text | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/pages/install/linux/en.text b/pages/install/linux/en.text index eea75cd..177c72f 100644 --- a/pages/install/linux/en.text +++ b/pages/install/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 Unicorn to Vervet, 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 vivd 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'}) %> |