Skip to content

Instantly share code, notes, and snippets.

View ryanfurtner's full-sized avatar

Ryan Furtner ryanfurtner

View GitHub Profile
@ryanfurtner
ryanfurtner / wordmove_with_localbyflywheel.sh
Last active February 20, 2018 03:15 — forked from phillcoxon/wordmove_with_localbyflywheel.sh
Enable Wordmove with "Local by Flywheel".
#!/usr/bin/env bash
set -xu
RUBY_VERSION=2.4.1
LIBSSL_VERSION=$(dpkg -s libssl1.0.0 | grep -i ^version | awk '{print $2;}')
apt-get update -y
echo 'this is after update'
apt-get install -y git sshpass