mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-02-12 18:01:51 +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
|
||||
echo "Downloading..."
|
||||
go get -d -v
|
||||
|
|
Loading…
Reference in a new issue