mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
otp: exit if pass or pass-otp are not installed (#1191)
This commit is contained in:
parent
7871fd80b2
commit
5ff7f70b64
@ -9,7 +9,7 @@
|
|||||||
# computer to have its time properly synced. This can be done with the command
|
# computer to have its time properly synced. This can be done with the command
|
||||||
# below which requires the package `ntp`.
|
# below which requires the package `ntp`.
|
||||||
|
|
||||||
ifinstalled pass pass-otp
|
ifinstalled pass pass-otp || exit 1
|
||||||
|
|
||||||
dir="${PASSWORD_STORE_DIR}"
|
dir="${PASSWORD_STORE_DIR}"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user