gosora/install-linux

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