mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-23 11:00:25 +00:00
Switch to ${HOME} (https://github.com/linuxkit/linuxkit/pull/2784#pullrequestreview-80242701).
Signed-off-by: David Manouchehri <david.manouchehri@riseup.net>
This commit is contained in:
parent
899d62352e
commit
b262675c91
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@ -18,7 +18,7 @@ Vagrant.configure("2") do |config|
|
|||||||
|
|
||||||
config.vm.provision "shell", privileged: false, inline: <<-SHELL
|
config.vm.provision "shell", privileged: false, inline: <<-SHELL
|
||||||
go get -u github.com/linuxkit/linuxkit/src/cmd/linuxkit
|
go get -u github.com/linuxkit/linuxkit/src/cmd/linuxkit
|
||||||
echo "export PATH=${PATH}:/home/`whoami`/go/bin" >> ~/.bashrc
|
echo "export PATH=${PATH}:${HOME}/go/bin" >> ~/.bashrc
|
||||||
SHELL
|
SHELL
|
||||||
|
|
||||||
%w(vmware_fusion vmware_workstation vmware_appcatalyst).each do |provider|
|
%w(vmware_fusion vmware_workstation vmware_appcatalyst).each do |provider|
|
||||||
|
Loading…
Reference in New Issue
Block a user