Files
install_scripts/docker_cred_helper/00_pass_installer.sh
2023-08-27 00:34:00 -05:00

8 lines
206 B
Bash
Executable File

#!/bin/bash
sudo apt-get update
sudo apt-get install pass
sudo apt-get gnupg2
gpg2 --generate-key
echo "Run pass init Your GPG Key ID to init your key, then run docker-credential-helper installer script"