mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2025-10-07 07:22:36 +02: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
|
||||
# below which requires the package `ntp`.
|
||||
|
||||
ifinstalled pass pass-otp
|
||||
ifinstalled pass pass-otp || exit 1
|
||||
|
||||
dir="${PASSWORD_STORE_DIR}"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user