index : bootstrap32 | |
Archlinux32 bootstrap scripts | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-02-23 11:56:45 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-02-23 11:56:45 +0100 |
commit | c0d44acb92b16f7ead37642086e903540a148153 (patch) | |
tree | 757409742cb821b85392669522a9315794ae767d /install_host.sh | |
parent | 19862e96e73efe49975c194b71e2eb45f9db7a26 (diff) |
-rwxr-xr-x | install_host.sh | 3 |
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 |