gosora/install-linux
Azareal 3079080acf Refactor these shell scripts.
Bumped up the version of MariaDB for Travis.
2018-11-22 18:50:53 +10:00

9 lines
149 B
Plaintext

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