Last active
September 24, 2018 21:35
-
-
Save benkaiser/6700816 to your computer and use it in GitHub Desktop.
Install Packer on new install (Arch Linux)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I run the wget command I keep getting Error 404: Not Found.