Skip to content

Instantly share code, notes, and snippets.

@minacle
Last active August 29, 2015 14:05
Show Gist options
  • Save minacle/23726be651a328cb3562 to your computer and use it in GitHub Desktop.
Save minacle/23726be651a328cb3562 to your computer and use it in GitHub Desktop.
#!/bin/sh
curl -O https://aur.archlinux.org/packages/pa/package-query/package-query.tar.gz
tar zxvf package-query.tar.gz
cd package-query
makepkg -si --asroot
cd ..
curl -O https://aur.archlinux.org/packages/ya/yaourt/yaourt.tar.gz
tar zxvf yaourt.tar.gz
cd yaourt
makepkg -si --asroot
cd ..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment