From 3fbcca6d22a6e4adbfe478ad67b86964a6a53578 Mon Sep 17 00:00:00 2001 From: Per Lundberg Date: Thu, 12 Oct 2017 00:20:47 +0300 Subject: [PATCH] Vagrantfile: Added psmisc This is needed to be able to get the `killall` command, which is incredibly useful sometimes. --- Vagrantfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Vagrantfile b/Vagrantfile index 86e683b3..016f3463 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -26,6 +26,7 @@ Vagrant.configure(2) do |config| grub-legacy \ mtools \ nasm \ + psmisc \ qemu \ rake