aboutsummaryrefslogtreecommitdiffstats
path: root/archlinux.sh
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-11-26 22:45:04 +0100
committerLoïc Hoguin <[email protected]>2018-11-26 22:45:04 +0100
commit39ff1e35846cd55bdbea7f5e8e4fdfd69307efd6 (patch)
tree41b3db44af2738bafa59448ba809237b761561e6 /archlinux.sh
parent8227f21b439cfb0d46ec93c9735147549c3edf40 (diff)
downloadci-39ff1e35846cd55bdbea7f5e8e4fdfd69307efd6.tar.gz
ci-39ff1e35846cd55bdbea7f5e8e4fdfd69307efd6.tar.bz2
ci-39ff1e35846cd55bdbea7f5e8e4fdfd69307efd6.zip
Add a few packages and update pipelines
Diffstat (limited to 'archlinux.sh')
-rwxr-xr-xarchlinux.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/archlinux.sh b/archlinux.sh
index 75cbd83..c0fd45f 100755
--- a/archlinux.sh
+++ b/archlinux.sh
@@ -9,7 +9,7 @@ RELEASE=current
ARCH=amd64
PACKAGES="cronie openssh openssl-1.0 zsh vim sudo erlang-nox git make \
autoconf automake gcc go glide mercurial subversion rsync \
- sdl2 sdl2_image sdl2_ttf gnu-netcat cppcheck clang"
+ sdl2 sdl2_image sdl2_ttf gnu-netcat cppcheck clang p7zip unzip"
for f in ci.d/*; do source "$f"; done