Skip to content

Instantly share code, notes, and snippets.

View schoppmp's full-sized avatar

Phillipp Schoppmann schoppmp

  • Google
  • New York, USA
View GitHub Profile
@schoppmp
schoppmp / pacaur_install.sh
Created August 5, 2018 03:23 — forked from tadly/pacaur_install.sh
A simple shell script to quickly / easily install "pacaur" on archlinux
#!/bin/sh
#
# !!! IMPORTANT !!!
# As of 2017-12-14, pacaur is unmaintained (https://bbs.archlinux.org/viewtopic.php?pid=1755144#p1755144)
# For alternatives see the arch wiki: https://wiki.archlinux.org/index.php/AUR_helpers#Active
# pacaur seems to get occasional updates to fix breaking changes due to pacman updates though.
#
# If you are new to arch, I encourage you to at least read and understand what
# this script does befor blindley running it.
# That's why I didn't make a one-liner out of it so you have an easier time