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
This commit is contained in:
parent
7871fd80b2
commit
c10727bdb5
@ -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