gosora/install-linux

11 lines
215 B
Plaintext
Raw Normal View History

echo "Installing the dependencies"
2019-03-31 00:39:54 +00:00
go get -u github.com/mailru/easyjson/...
easyjson -pkg common
go get
2017-07-12 11:05:18 +00:00
echo "Building the installer"
go build -o Installer "./cmd/install"
echo "Running the installer"
./Installer