Skip to content

Instantly share code, notes, and snippets.

@timgreen
Last active December 15, 2015 02:09
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timgreen/5184695 to your computer and use it in GitHub Desktop.
Save timgreen/5184695 to your computer and use it in GitHub Desktop.
Arch yaout install script
#!/bin/bash
# \curl -L http://goo.gl/iS4JAG
sudo pacman -S yajl
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
cd ..
curl -O https://aur.archlinux.org/packages/ya/yaourt/yaourt.tar.gz
tar zxvf yaourt.tar.gz
cd yaourt
makepkg -si
cd ..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment