gosora/install-gosora-linux

10 lines
229 B
Plaintext

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
go build ./install
./Install