Skip to content

Instantly share code, notes, and snippets.

@HokieGeek
Created January 3, 2020 19:49
Show Gist options
  • Save HokieGeek/b5e58aedb310a754997a371a2e9845ec to your computer and use it in GitHub Desktop.
Save HokieGeek/b5e58aedb310a754997a371a2e9845ec to your computer and use it in GitHub Desktop.
#!/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