Commit 23fc7e91 authored by Mygod's avatar Mygod

Fix go install: no install location for directory error

parent e73fc9f8
...@@ -24,6 +24,6 @@ if [ ! -d "$GOROOT_BOOTSTRAP" ]; then ...@@ -24,6 +24,6 @@ if [ ! -d "$GOROOT_BOOTSTRAP" ]; then
popd popd
fi fi
( sleep 5 && while [ 1 ]; do sleep 1; echo y; done ) | android update sdk --filter tools,platform-tools,build-tools-24.0.0,android-23,android-24,extra-google-m2repository --no-ui -a ( sleep 5 && while [ 1 ]; do sleep 1; echo y; done ) | android update sdk --filter tools,platform-tools,build-tools-24.0.0,android-24,extra-google-m2repository --no-ui -a
( sleep 5 && while [ 1 ]; do sleep 1; echo y; done ) | android update sdk --filter extra-android-m2repository --no-ui -a ( sleep 5 && while [ 1 ]; do sleep 1; echo y; done ) | android update sdk --filter extra-android-m2repository --no-ui -a
cp local.properties.travis local.properties cp local.properties.travis local.properties
...@@ -43,7 +43,7 @@ if [ ! -d "$DIR/go/bin" ]; then ...@@ -43,7 +43,7 @@ if [ ! -d "$DIR/go/bin" ]; then
fi fi
export GOROOT=$DIR/go export GOROOT=$DIR/go
export GOPATH=$DEPS export GOPATH=$HOME
export PATH=$GOROOT/bin:$PATH export PATH=$GOROOT/bin:$PATH
pushd kcptun/client pushd kcptun/client
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment