mirror of
https://github.com/mpolden/echoip.git
synced 2025-07-17 14:33:30 +02:00
Update Vagrant config
This commit is contained in:
@ -1,4 +1,3 @@
|
||||
test -d $HOME/.local/bin || mkdir -p $HOME/.local/bin
|
||||
export PATH=/vagrant/bin:$HOME/.local/bin:$PATH
|
||||
export GOPATH=/vagrant
|
||||
cd /vagrant
|
||||
export GOPATH=/go
|
||||
export PATH=${GOPATH}/bin:$HOME/.local/bin:$PATH
|
||||
cd ${GOPATH}/src/github.com/martinp/ifconfig
|
||||
|
Reference in New Issue
Block a user