Use https for downloading cryfs

This commit is contained in:
Sebastian Messmer 2015-12-18 04:27:12 +01:00
parent c44a4f61ba
commit de05784abd
1 changed files with 3 additions and 3 deletions

View File

@ -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"