gosora/install-linux

9 lines
149 B
Plaintext

echo "Installing the dependencies"
go get
echo "Building the installer"
go build -o Installer "./install"
echo "Running the installer"
./Installer