github.com/Azareal/Gosora@v0.0.0-20210729070923-553e66b59003/install-linux (about) 1 echo "Installing the dependencies" 2 ./update-deps-linux 3 4 echo "Building the installer" 5 go build -ldflags="-s -w" -o Installer "./cmd/install" 6 7 echo "Running the installer" 8 ./Installer