5
0
mirror of https://github.com/cwinfo/yggdrasil-go.git synced 2024-09-19 16:09:36 +00:00

bash -> sh

This commit is contained in:
Arceliar 2018-02-18 16:07:27 -06:00
parent a1afebc0df
commit 4f710ac2da

2
build
View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
export GOPATH=$PWD
echo "Downloading..."
go get -d -v