mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-02-14 19:01:52 +00:00
bash -> sh
This commit is contained in:
parent
a1afebc0df
commit
4f710ac2da
1 changed files with 1 additions and 1 deletions
2
build
2
build
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/sh
|
||||||
export GOPATH=$PWD
|
export GOPATH=$PWD
|
||||||
echo "Downloading..."
|
echo "Downloading..."
|
||||||
go get -d -v
|
go get -d -v
|
||||||
|
|
Loading…
Reference in a new issue