Last active
August 29, 2015 14:24
-
-
Save bitjockey42/b0a407e66881dc9575c1 to your computer and use it in GitHub Desktop.
crouton chroot
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
# For a pure cli install, no X11 requirement | |
sudo apt-get install gcc automake ncurses-dev libgnutls-dev libdbus-1-dev libgif-dev |
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
#!/usr/bin/env sh | |
# Run this script from within the chroot | |
sudo apt-get update -y | |
sudo apt-get --no-install-recommends install -y mercurial git-core curl zsh stow | |
hg clone ssh://[email protected]/astrohckr/dotfiles.meitner ~/.dotfiles |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment