Last active
July 20, 2016 16:35
-
-
Save pine/ca7c2461928859ce4a5b0598c75cd523 to your computer and use it in GitHub Desktop.
Install dotfiles
This file contains hidden or 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 | |
# Usage: curl -L $URL | bash | |
set -eux | |
if uname | fgrep -i Darwin > /dev/null 2>&1; then | |
else | |
sudo apt-get update -y | |
fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment