gosora/install-gosora-linux

17 lines
359 B
Plaintext
Raw Normal View History

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 "Installing gopsutil"
go get -u github.com/shirou/gopsutil
echo "Preparing the installer"
go generate
go build -o Gosora
cd ./install
go build -o Install
mv ./Install ..
cd ..
echo "Running the installer"
./Install