BPA-CSIRO-Workshops / handout-template

Template files for creating a LaTeX-based handout document for hands-on training workshops
http://bpa-csiro-workshops.github.io/handout-template/
4 stars 6 forks source link

Hub Install Changed #3

Open nathanhaigh opened 9 years ago

nathanhaigh commented 9 years ago

Need to update hub install instructions. The following will install the current latest release on Ubuntu:

VERSION='2.2.0-rc1'
OS='linux'
ARCH='amd64'
cd /opt
wget https://github.com/github/hub/releases/download/v${VERSION}/hub_${VERSION}_${OS}_${ARCH}.gz.tar
tar -xzf hub_${VERSION}_${OS}_${ARCH}.gz.tar && rm hub_${VERSION}_${OS}_${ARCH}.gz.tar && mv hub_${VERSION}_${OS}_${ARCH} hub_${VERSION} && ln -s /opt/hub_${VERSION}/hub /usr/local/bin/