Created
January 3, 2020 19:49
-
-
Save HokieGeek/b5e58aedb310a754997a371a2e9845ec to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
sudo curl -L "https://github.com/overhangio/tutor/releases/download/v3.9.0/tutor-$(uname -s)_$(uname -m)" -o /usr/local/bin/tutor && \ | |
sudo chmod 0755 /usr/local/bin/tutor && \ | |
tutor local quickstart && \ | |
sudo yum -y install mariadb-devel |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment