replaced InputSalt::Both with String option
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2019-10-06 21:56:14 +02:00
parent 8fc9e0dcce
commit 99e408cc8d
5 changed files with 48 additions and 19 deletions

View File

@@ -18,6 +18,7 @@ depends () {
install () {
inst "$moddir/luks-2fa-generator.sh" "/etc/systemd/system-generators/luks-2fa-generator.sh"
inst_simple "/usr/bin/fido2luks" "/usr/bin/fido2luks"
inst_simple "$moddir/luks-2fa.conf" "/etc/luks-2fa.conf"
inst "$systemdutildir/systemd-cryptsetup"
mkdir -p "$initdir/luks-2fa"