Skip to content

Instantly share code, notes, and snippets.

@LucasBonafe
Last active December 8, 2017 05:54
Show Gist options
  • Save LucasBonafe/12a0c82d3250f5c609c1446341c8bb97 to your computer and use it in GitHub Desktop.
Save LucasBonafe/12a0c82d3250f5c609c1446341c8bb97 to your computer and use it in GitHub Desktop.
#!/bin/sh
# $ curl -s https://gist.githubusercontent.com/LucasBonafe/12a0c82d3250f5c609c1446341c8bb97/raw/pacaur_install.sh | bash
git clone https://aur.archlinux.org/pacaur.git && cd pacaur && makepkg -i && cd -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment