index : bootstrap32 | |
Archlinux32 bootstrap scripts | gitolite user |
summaryrefslogtreecommitdiff |
-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 |