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