mirror of
https://github.com/malarinv/pass-sshkeys.git
synced 2026-03-07 21:42:34 +00:00
init: initial bootstrap of pass sshkeys plugin
This commit is contained in:
6
Makefile
Normal file
6
Makefile
Normal file
@@ -0,0 +1,6 @@
|
||||
install:
|
||||
@echo "Installing pass-cli plugin (sshkeys.bash)..."
|
||||
@mkdir -p ~/.password-store/.extensions/
|
||||
@cp sshkeys.bash ~/.password-store/.extensions/
|
||||
@chmod +x ~/.password-store/.extensions/sshkeys.bash
|
||||
@echo "Installation complete. You can now use 'pass-sshkeys'."
|
||||
Reference in New Issue
Block a user