Fix #8694, Install gnupg2 package instead of gnupg

This commit is contained in:
Emanuel Bronshtein 2017-07-11 00:20:01 +03:00 committed by GitHub
parent 2ee6df66cf
commit e7c00367f7
1 changed files with 1 additions and 1 deletions

2
Vagrantfile vendored
View File

@ -26,7 +26,7 @@ Vagrant.configure(2) do |config|
[ #"echo 127.0.1.1 `cat /etc/hostname` >> /etc/hosts", work around a bug in official Ubuntu Xenial cloud images [ #"echo 127.0.1.1 `cat /etc/hostname` >> /etc/hosts", work around a bug in official Ubuntu Xenial cloud images
"apt-get update", "apt-get update",
"apt-get dist-upgrade -y", "apt-get dist-upgrade -y",
"apt-get -y install curl build-essential git tig vim john nmap libpq-dev libpcap-dev gnupg fortune postgresql postgresql-contrib", "apt-get -y install curl build-essential git tig vim john nmap libpq-dev libpcap-dev gnupg2 fortune postgresql postgresql-contrib",
].each do |step| ].each do |step|
config.vm.provision "shell", inline: step config.vm.provision "shell", inline: step
end end