templates/archlinux-x86_64/aur.sh in veewee-0.3.12 vs templates/archlinux-x86_64/aur.sh in veewee-0.4.0
- old
+ new
@@ -2,13 +2,13 @@
# Requires
# basedevel.sh
# user.sh
-pacman -S --noconfirm wget
+pacman -S --noconfirm --needed base-devel
cd /tmp
-wget 'https://aur.archlinux.org/packages/pa/packer/packer.tar.gz'
+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