gosora/install-linux

9 lines
183 B
Plaintext
Raw Normal View History

echo "Installing the dependencies"
./update-deps-linux
2017-07-12 11:05:18 +00:00
echo "Building the installer"
2019-07-10 15:33:07 +00:00
go build -ldflags="-s -w" -o Installer "./cmd/install"
echo "Running the installer"
./Installer