Created
July 5, 2016 05:04
-
-
Save X0nic/122aa171742cd22dde56a82bbfd2677e to your computer and use it in GitHub Desktop.
Install Habitat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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