gosora/install-linux
2019-03-31 10:39:54 +10:00

11 lines
211 B
Plaintext

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