Skip to content

Commit

Permalink
added pacman dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ylixir committed Dec 30, 2013
1 parent 5c32a6a commit ea94eca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch-bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ set -e -u -o pipefail

# Packages needed by pacman (see get-pacman-dependencies.sh)
PACMAN_PACKAGES=(
acl archlinux-keyring attr bzip2 curl expat glibc gpgme libarchive
acl archlinux-keyring attr bzip2 curl expat glibc gcc-libs gpgme libarchive
libassuan libgpg-error libssh2 lzo2 openssl pacman pacman-mirrorlist xz zlib
)
BASIC_PACKAGES=(${PACMAN_PACKAGES[*]} filesystem)
Expand Down

0 comments on commit ea94eca

Please sign in to comment.