mirror of
https://github.com/phpv8/v8js.git
synced 2024-11-09 15:18:41 +00:00
(Vagrantfile) fix shell provision on freebsd
This commit is contained in:
parent
bbe06c458f
commit
0e0c502089
4
Vagrantfile
vendored
4
Vagrantfile
vendored
@ -167,7 +167,7 @@ Vagrant.configure("2") do |config|
|
||||
end
|
||||
|
||||
|
||||
config.vm.provision "shell", inline: <<-SHELL
|
||||
mkdir -p /data/build && chown 1000:1000 /data/build
|
||||
config.vm.provision "shell", privileged: false, inline: <<-SHELL
|
||||
sudo mkdir -p /data/build && sudo chown $USER:$USER /data/build
|
||||
SHELL
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user