From 5488b790a5664cf3349c44dcd986d832810e37db Mon Sep 17 00:00:00 2001 From: Piotr Maslanka <piotr.maslanka@henrietta.com.pl> Date: Mon, 27 Mar 2017 03:01:56 +0200 Subject: [PATCH] curl -y ! --- SkeletonVagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SkeletonVagrantfile b/SkeletonVagrantfile index 1da7bcb..7ce9f94 100644 --- a/SkeletonVagrantfile +++ b/SkeletonVagrantfile @@ -11,7 +11,7 @@ Vagrant.configure("2") do |config| config.vm.provision "shell", inline: <<-SHELL apt-get update - apt-get install curl + apt-get install -y curl cp /vagrant/wynurz.sh /usr/bin/wynurz chmod ugo+rx /usr/bin/wynurz -- GitLab