gosora/install-linux

13 lines
186 B
Plaintext
Raw Normal View History

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