Skip to content

Instantly share code, notes, and snippets.

@hypnoglow
Last active December 30, 2016 10:08
Show Gist options
  • Save hypnoglow/6b3e002ae08e9e194163aaa341a8d49b to your computer and use it in GitHub Desktop.
Save hypnoglow/6b3e002ae08e9e194163aaa341a8d49b to your computer and use it in GitHub Desktop.
Manjaro Bootstrap
#!/bin/bash
if [ -z "$1" ]; then
echo "Profile is not specified!"
exit 1
fi
sudo pacman -S --noconfirm git
git clone https://github.com/hypnoglow/manjaro-bootstrap ${HOME}/sources/hypnoglow/manjaro-bootstrap
cd ${HOME}/sources/hypnoglow/manjaro-bootstrap
./bootstrap $1
exit 0
@hypnoglow
Copy link
Author

hypnoglow commented Aug 11, 2016

Usage:

curl -sL https://git.io/vMLfF | bash -s <profile>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment