tadfisher / pass-otp

A pass extension for managing one-time-password (OTP) tokens
GNU General Public License v3.0
1.26k stars 86 forks source link

No longer able to generate OTP codes (oathtool is not installed) #174

Closed WimDupont closed 1 year ago

WimDupont commented 1 year ago

Can't use pass-otp command on arch linux with most recent update:

/usr/lib/password-store/extensions/otp.bash: line 20: which: command not found Failed to generate OTP code: oathtool is not installed.

Versions: Kernel: 6.0.8-arch1-1 pass: 1.7.4-3 pass-otp: 1.2.0-2

WimDupont commented 1 year ago

Solved by reinstalling which 2.21-5, unsure if this was due to updating or personal error.