Skip to content

Commit 3f36815

Browse files
committed
Install inotify tools as part of vagrant provision script
1 parent 86b974c commit 3f36815

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Vagrantfile

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Vagrant.configure("2") do |config|
99
sudo apt-get install python3 -y
1010
sudo apt-get install python3-pip -y
1111
sudo pip3 install nose
12+
sudo apt-get install inotify-tools -y
1213
SCRIPT
1314

1415
config.vm.synced_folder "", "/home/vagrant/diy-lang"

0 commit comments

Comments
 (0)