Last active
December 30, 2016 10:08
-
-
Save hypnoglow/6b3e002ae08e9e194163aaa341a8d49b to your computer and use it in GitHub Desktop.
Manjaro Bootstrap
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
#!/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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Usage: