summaryrefslogtreecommitdiff
path: root/install_host.sh
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-02-23 11:56:45 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2018-02-23 11:56:45 +0100
commitc0d44acb92b16f7ead37642086e903540a148153 (patch)
tree757409742cb821b85392669522a9315794ae767d /install_host.sh
parent19862e96e73efe49975c194b71e2eb45f9db7a26 (diff)
downloadbootstrap32-c0d44acb92b16f7ead37642086e903540a148153.tar.xz
added git to stage2
Diffstat (limited to 'install_host.sh')
-rwxr-xr-xinstall_host.sh3
1 files changed, 3 insertions, 0 deletions
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 <<EOF