From c0d44acb92b16f7ead37642086e903540a148153 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 23 Feb 2018 11:56:45 +0100 Subject: added git to stage2 --- install_host.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'install_host.sh') diff --git a/install_host.sh b/install_host.sh index aaade23..cfe9399 100755 --- a/install_host.sh +++ b/install_host.sh @@ -42,6 +42,9 @@ case $BUILD_CPU in ;; esac +# for building git (stage 2) +pacman --noconfirm --needed -S libgnome-keyring xmlto + # some packages come from the AUR if test "$(grep -c '\[archlinuxfr\]' /etc/pacman.conf)" = 0; then cat >> /etc/pacman.conf <