From fcf3711d8bc025276056d8b6b35a69e944e10cb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Me=C3=9Fmer?= Date: Fri, 12 Jan 2018 23:22:24 +0000 Subject: [PATCH] Remove manual install instructions --- README.md | 29 ++--------------------------- 1 file changed, 2 insertions(+), 27 deletions(-) diff --git a/README.md b/README.md index 34f94e91..779039e6 100644 --- a/README.md +++ b/README.md @@ -5,36 +5,11 @@ See [https://www.cryfs.org](https://www.cryfs.org). Install latest release ====================== -Easy install (Ubuntu 17.04 and later, Debian Stretch and later) --------------------------------- +This only works for Ubuntu 17.04 and later, and Debian Stretch and later. +You can also use CryFS on older versions of these distributions by following the **Building from source** instructions below. sudo apt install cryfs -Manual install (older Ubuntu versions) ------------------------ - - # Add apt key - wget -O - https://www.cryfs.org/apt.key | sudo apt-key add - - - # Add apt repository - sudo sh -c "echo \"deb http://apt.cryfs.org/ubuntu `lsb_release -s -c` main\" > /etc/apt/sources.list.d/cryfs.list" - - # Install cryfs - sudo apt-get update - sudo apt-get install cryfs - -Manual install (older Debian versions) ------------------------ - # Add apt key - wget -O - https://www.cryfs.org/apt.key | sudo apt-key add - - - # Add apt repository - sudo sh -c "echo \"deb http://apt.cryfs.org/debian `lsb_release -s -c` main\" > /etc/apt/sources.list.d/cryfs.list" - - # Install cryfs - sudo apt-get update - sudo apt-get install cryfs - GUI === Theres some GUI applications with CryFS support. You usually have to install the GUI **and** also CryFS itself for it to work.