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:
parent
5e2fa41664
commit
0475766954
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user