Browse Source

fixing typo

master
Michael Preisach 6 years ago
parent
commit
cb39f8f2af
  1. 2
      install.sh

2
install.sh

@ -3,7 +3,7 @@ set -e
cp -vf ./passphrase-from-tpm.sh /usr/sbin/ || exit 1 cp -vf ./passphrase-from-tpm.sh /usr/sbin/ || exit 1
cp -vf ./update-luks-tpm.sh /usr/sbin || exit 1 cp -vf ./update-luks-tpm.sh /usr/sbin || exit 1
cp -vf ./update-kernel,sh /usr/sbin || exit 1 cp -vf ./update-kernel.sh /usr/sbin || exit 1
cp -vf ./create-luks-tpm.sh /usr/sbin || exit 1 cp -vf ./create-luks-tpm.sh /usr/sbin || exit 1
cp -vf ./tpm2-hook.sh /etc/initramfs-tools/hooks/ || exit 2 cp -vf ./tpm2-hook.sh /etc/initramfs-tools/hooks/ || exit 2

Loading…
Cancel
Save