diff options
author | Rael Gugelmin Cunha <rael.gc@gmail.com> | 2015-11-16 16:00:18 -0200 |
---|---|---|
committer | Rael Gugelmin Cunha <rael.gc@gmail.com> | 2015-11-16 16:00:18 -0200 |
commit | 0432aac5e06e4070b058e188829788de2c3cc90c (patch) | |
tree | 919dc0c8c5687c73b0c71d793879c4e411c5f300 | |
parent | 5351a04b9df8cdef26a1a63d5c4865fb1fe2e377 (diff) | |
parent | bba8c067326f177166300959da76ac13ee92e103 (diff) | |
download | scudcloud-0432aac5e06e4070b058e188829788de2c3cc90c.zip scudcloud-0432aac5e06e4070b058e188829788de2c3cc90c.tar.gz scudcloud-0432aac5e06e4070b058e188829788de2c3cc90c.tar.bz2 |
Merge pull request #290 from idvoretskyi/patch-1
Ubuntu 15.10 Wily added to the list of supported Ubuntu systems
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ sudo apt-get update && sudo apt-get upgrade If not, ScudCloud will crash with some old components or will not be installed. -Then, to install it under **Ubuntu/Kubuntu** (14.04, 14.10, 15.04), **Mint** and **Debian**, open a Terminal (Ctrl+Alt+T) and run: +Then, to install it under **Ubuntu/Kubuntu** (14.04, 14.10, 15.04, 15.10), **Mint** and **Debian**, open a Terminal (Ctrl+Alt+T) and run: ```term sudo apt-add-repository -y ppa:rael-gc/scudcloud |