gosora/install-linux

9 lines
149 B
Plaintext
Raw Normal View History

echo "Installing the dependencies"
go get
2017-07-12 11:05:18 +00:00
echo "Building the installer"
go build -o Installer "./install"
echo "Running the installer"
./Installer