gosora/install-gosora-linux
Azareal 049131ef34 The default topic should now be posted in the right forum.
Fixed install-gosora-linux
Fixed the staff mark-up on the opening posts.
Fixed the lack of group tags on the opening posts.
2017-03-15 09:34:07 +00:00

15 lines
295 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
cd ./install
go build -o Install
mv ./Install ..
cd ..
echo "Running the installer"
./Install