Skip to content

Instantly share code, notes, and snippets.

@X0nic
Created July 5, 2016 05:04
Show Gist options
  • Save X0nic/122aa171742cd22dde56a82bbfd2677e to your computer and use it in GitHub Desktop.
Save X0nic/122aa171742cd22dde56a82bbfd2677e to your computer and use it in GitHub Desktop.
Install Habitat
wget -O hab.tar.gz 'https://api.bintray.com/content/habitat/stable/linux/x86_64/hab-$latest-x86_64-linux.tar.gz?bt_package=hab-x86_64-linux'
tar xf hab.tar.gz
cd hab-0.7.0-20160614230104-x86_64-linux/
sudo ./hab install core/hab
sudo ./hab pkg binlink core/hab hab
sudo useradd hab -u 42 -g 42 -d / -s /bin/sh -r
sudo groupadd -og 42 hab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment