rename do_everything to doit9 (for gcc9)

This commit is contained in:
Connor Olding 2023-06-12 15:45:42 +02:00
parent 1ae5e60208
commit 48a94cf064
2 changed files with 1 additions and 1 deletions

2
Vagrantfile vendored
View File

@ -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