Sha256: f8ee3e7704ad22fc8d72d2a15366d66564086610f8ad8d41eaef2e2933f9fb0a
Contents?: true
Size: 427 Bytes
Versions: 12
Compression:
Stored size: 427 Bytes
Contents
#!/bin/bash # Requires # basedevel.sh # user.sh pacman -S --noconfirm --needed base-devel cd /tmp curl 'https://aur.archlinux.org/packages/pa/packer/packer.tar.gz' -o packer.tar.gz tar xzf packer.tar.gz # makepkg should not be run as root chown -R veewee:veewee packer cd packer su veewee -c 'makepkg -si --noconfirm' # Clean up cd .. rm -rf packer* # Now Arch User Repository packages can be installed using packer.
Version data entries
12 entries across 12 versions & 1 rubygems