Skip to content

Instantly share code, notes, and snippets.

@benkaiser
Last active September 24, 2018 21:35
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save benkaiser/6700816 to your computer and use it in GitHub Desktop.
Save benkaiser/6700816 to your computer and use it in GitHub Desktop.
Install Packer on new install (Arch Linux)
# install needed packages
pacman -S base-devel fakeroot jshon
# get the PKGBUILD for Packer
wget https://aur.archlinux.org/packages/pa/packer/PKGBUILD
# make the package
makepkg
# install it with pacman
pacman -U packer-*.pkg.tar.xz
@dcorry586
Copy link

When I run the wget command I keep getting Error 404: Not Found.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment