I hereby claim:
- I am bastilimbach on github.
- I am bastilimbach (https://keybase.io/bastilimbach) on keybase.
- I have a public key whose fingerprint is DD3F 8839 0501 43ED 3FC9 FFD9 B4E6 6C24 7054 F17B
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/bin/sh | |
| # Run the following from a terminal to install pacaur: | |
| # $ curl -s https://gist.github.com/bastilimbach/c1ff77232652ea6f8d3a4091cefe10eb/raw/4bbdc6f41c73228ff71367efe6a523429aeab100/pacaur_install.sh | bash | |
| # -- or -- | |
| # $ curl -Ls https://goo.gl/wR4nYN | bash | |
| # Make sure our shiny new arch is up-to-date | |
| echo "Checking for system updates..." | |
| sudo pacman -Syu |