From 0f5ecab2c42b76753848cd4213336b2dd225d95c Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Wed, 5 Oct 2016 18:38:00 +0200 Subject: added cfengine in auto install --- copy_local_packages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'copy_local_packages.sh') diff --git a/copy_local_packages.sh b/copy_local_packages.sh index c7110d7..1ff3c16 100755 --- a/copy_local_packages.sh +++ b/copy_local_packages.sh @@ -17,7 +17,7 @@ for p in `cat archiso/arch/pkglist.x86_64.txt`; do esac done -ADDITIONAL_PKGS="ntp-4.2.8.p8-1" +ADDITIONAL_PKGS="ntp-4.2.8.p8-1 joe-4.3-1 libxml2-2.9.4+4+g3169602-1 lmdb-0.9.18-1 libyaml-0.1.7-1" for pkgname in $ADDITIONAL_PKGS; do if test -f /var/cache/pacman/pkg/$pkgname*x86_64.pkg.tar.xz; then cp /var/cache/pacman/pkg/$pkgname*x86_64.pkg.tar.xz core/os/x86_64/. -- cgit v1.2.3-54-g00ecf