Skip to content

Instantly share code, notes, and snippets.

@Centzilius
Last active August 29, 2015 14:02
Show Gist options
  • Select an option

  • Save Centzilius/97ea4da87175ef23a597 to your computer and use it in GitHub Desktop.

Select an option

Save Centzilius/97ea4da87175ef23a597 to your computer and use it in GitHub Desktop.
function aurinstall {
curl https://aur.archlinux.org/packages/${1:0:2}/${1}/${1}.tar.gz | tar xz
cd ${1}
makepkg -scfi
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment