Skip to content

Commit

Permalink
Merge pull request tokland#34 from spirty93/master
Browse files Browse the repository at this point in the history
added zstd to the arch the PACMAN_PACKAGES
  • Loading branch information
tokland authored Sep 12, 2018
2 parents 1484668 + 3a55477 commit 821cad5
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 @@ -24,7 +24,7 @@ set -e -u -o pipefail
PACMAN_PACKAGES=(
acl archlinux-keyring attr bzip2 curl expat glibc gpgme libarchive
libassuan libgpg-error libnghttp2 libssh2 lzo openssl pacman pacman-mirrorlist xz zlib
krb5 e2fsprogs keyutils libidn2 libunistring gcc-libs lz4 libpsl icu libunistring
krb5 e2fsprogs keyutils libidn2 libunistring gcc-libs lz4 libpsl icu libunistring zstd
)
BASIC_PACKAGES=(${PACMAN_PACKAGES[*]} filesystem)
EXTRA_PACKAGES=(coreutils bash grep gawk file tar systemd sed)
Expand Down

0 comments on commit 821cad5

Please sign in to comment.