rename do_everything
to doit9
(for gcc9)
This commit is contained in:
parent
1ae5e60208
commit
48a94cf064
2 changed files with 1 additions and 1 deletions
2
Vagrantfile
vendored
2
Vagrantfile
vendored
|
@ -85,6 +85,6 @@ Vagrant.configure("2") do |config|
|
||||||
config.vm.provision "shell", inline: <<-SHELL
|
config.vm.provision "shell", inline: <<-SHELL
|
||||||
apk update && apk upgrade
|
apk update && apk upgrade
|
||||||
apk add autoconf gcc gperf linux-headers make musl-dev ninja patch pkgconf xz zip
|
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
|
SHELL
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue