Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save frenchie4111/041364c7059a22dac2b2ef99b9bbbfb4 to your computer and use it in GitHub Desktop.
Save frenchie4111/041364c7059a22dac2b2ef99b9bbbfb4 to your computer and use it in GitHub Desktop.
install-aur.sh
#!/bin/bash
# This is a super simple script that blindly installs things
# from AUR
git clone https://aur.archlinux.org/${1}.git
cd ${1}
makepkg -sri
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment