diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-03-30 22:18:53 +0200 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-03-30 22:18:53 +0200 |
| commit | 3d52b2129312d5a91bb9619d78e0578c98f31547 (patch) | |
| tree | a551a1d2e9ddfecdc9b765d860d09cbde67385fe /elk.install | |
| parent | 7beb31f48515cbc3eb0e91b09c2faa66ca286b15 (diff) | |
add hooks
Diffstat (limited to 'elk.install')
| -rw-r--r-- | elk.install | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/elk.install b/elk.install new file mode 100644 index 0000000..74026df --- /dev/null +++ b/elk.install @@ -0,0 +1,10 @@ +#!/bin/sh + +help() { + echo This hook allows you to use a keyfile on a usb stick which is encrypted. +} + +build() { + add_binary /bin/stty + add_runscript usbkey +} |