Skip to content

Instantly share code, notes, and snippets.

View jacekjk's full-sized avatar

Jacek Kisyński jacekjk

  • Vancouver, BC, Canada
View GitHub Profile
@jacekjk
jacekjk / installActivator.sh
Last active March 11, 2016 00:07 — forked from mslinn/installActivator.sh
Installs Typesafe Activator on Ubuntu. Requires jq (https://stedolan.github.io/jq/)
#!/bin/bash
# Forked from Mike Slinn's Gist
# changed to use jq instead of grep for json parsing, updated file names, removed CygWin/Linux distinction (just run with sudo)
set -eo pipefail
function help {
echo "Download or update Typesafe Activator on Linux
echo "Usage: $(basename $0) [options]"