diff --git a/SkeletonVagrantfile b/SkeletonVagrantfile
index 1da7bcba2de1754ef744000c266d36f7dd1cf5f1..7ce9f9474980152cf5d20c443c2c15f5f7e7b288 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