Manual install doesn't conflict with postinst script anymore. Postinst script creates a cryfs.list file, manual install added the repository to sources.list. So we would end up having two entries for cryfs. Now, manual install also creates cryfs.list file.

This commit is contained in:
Sebastian Messmer 2015-12-17 20:03:41 +01:00
parent 5e2fa41664
commit 0475766954
1 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ Manual install (Ubuntu)
wget -O - http://www.cryfs.org/apt.key | sudo apt-key add -
# Add apt repository
sudo apt-add-repository http://apt.cryfs.org/ubuntu
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
@ -37,7 +37,7 @@ Manual install (Debian)
wget -O - http://www.cryfs.org/apt.key | sudo apt-key add -
# Add apt repository
sudo apt-add-repository http://apt.cryfs.org/debian
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