8 lines
206 B
Bash
Executable File
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"
|