Y
Hacker News
new
|
ask
|
show
|
jobs
by
client4
3234 days ago
Thank goodness for this. I keeping having to symlink gpg2 to gpg on new servers to keep myself from going bonkers.
1 comments
lima
3234 days ago
Wouldn't recommend a symlink since it could break scripts that expect a particular version.
A bash alias is safer:
alias gpg=gpg2
link
A bash alias is safer: