echo "Installing the MySQL Driver" go get -u github.com/go-sql-driver/mysql echo "Installing bcrypt" go get -u golang.org/x/crypto/bcrypt echo "Preparing the installer" go generate go build -o Gosora cd ./install go build -o Install mv ./Install .. cd .. echo "Running the installer" ./Install