diff --git a/Vagrantfile b/Vagrantfile index 551cc7c..38f30cc 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -85,6 +85,6 @@ Vagrant.configure("2") do |config| config.vm.provision "shell", inline: <<-SHELL apk update && apk upgrade apk add autoconf gcc gperf linux-headers make musl-dev ninja patch pkgconf xz zip - sh /vagrant/notwa-util/do_everything + sh /vagrant/notwa-util/doit9 SHELL end diff --git a/notwa-util/do_everything b/notwa-util/doit9 similarity index 100% rename from notwa-util/do_everything rename to notwa-util/doit9