Skip to content

Commit cb64b2e

Browse files
author
Brent Cook
committed
Land rapid7#8696, Install gnupg2 package instead of gnupg
2 parents 2ee6df6 + e7c0036 commit cb64b2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Vagrant.configure(2) do |config|
2626
[ #"echo 127.0.1.1 `cat /etc/hostname` >> /etc/hosts", work around a bug in official Ubuntu Xenial cloud images
2727
"apt-get update",
2828
"apt-get dist-upgrade -y",
29-
"apt-get -y install curl build-essential git tig vim john nmap libpq-dev libpcap-dev gnupg fortune postgresql postgresql-contrib",
29+
"apt-get -y install curl build-essential git tig vim john nmap libpq-dev libpcap-dev gnupg2 fortune postgresql postgresql-contrib",
3030
].each do |step|
3131
config.vm.provision "shell", inline: step
3232
end

0 commit comments

Comments
 (0)