From de05784abd8e499797d76419e061ac228145cbc3 Mon Sep 17 00:00:00 2001 From: Sebastian Messmer Date: Fri, 18 Dec 2015 04:27:12 +0100 Subject: [PATCH] Use https for downloading cryfs --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fe5d9753..f0deb940 100644 --- a/README.md +++ b/README.md @@ -15,13 +15,13 @@ Install latest release Easy install (Ubuntu and Debian) -------------------------------- - wget -O - http://www.cryfs.org/install.sh | sudo bash + wget -O - https://www.cryfs.org/install.sh | sudo bash Manual install (Ubuntu) ----------------------- # Add apt key - wget -O - http://www.cryfs.org/apt.key | sudo apt-key add - + 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" @@ -33,7 +33,7 @@ Manual install (Ubuntu) Manual install (Debian) ----------------------- # Add apt key - wget -O - http://www.cryfs.org/apt.key | sudo apt-key add - + 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"