aboutsummaryrefslogtreecommitdiff
path: root/elk.install
blob: 74026dfad6e229ab7fd16800b4fe48720edaf1f6 (plain)
1
2
3
4
5
6
7
8
9
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
}