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