gosora/install-linux
2019-07-10 18:33:07 +03:00

11 lines
232 B
Plaintext

echo "Installing the dependencies"
go get -u github.com/mailru/easyjson/...
easyjson -pkg common
go get
echo "Building the installer"
go build -ldflags="-s -w" -o Installer "./cmd/install"
echo "Running the installer"
./Installer