Skip to content

Instantly share code, notes, and snippets.

View satkinson138's full-sized avatar

Stephen Atkinson satkinson138

  • Finmark / BILL
  • Raleigh, NC
View GitHub Profile
@satkinson138
satkinson138 / update_firefox
Last active January 10, 2017 20:51 — forked from flomotlik/update_firefox
Update Firefox version on Codeship
#!/bin/bash
# Add the following commands to your setup commands to update firefox
# https://gist.github.com/5394b2631a8caf8c7ee24bf815d3bbc3.git update_firefox
# bash ./update_firefox/update_firefox 28
# firefox --version
set -e
if [ -z "$1" ]; then