aboutsummaryrefslogtreecommitdiffstats
path: root/archlinux.sh
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2020-12-04 11:36:08 +0100
committerLoïc Hoguin <[email protected]>2020-12-04 11:36:08 +0100
commit1ef40e96a842c66407094eed8726d8ec5c296497 (patch)
treec6812168af39e8fcf04534bb51369e1f7e16d745 /archlinux.sh
parent35e03bbdfcc3dfe37d36046da1cedd2ac7fd5af5 (diff)
downloadci-1ef40e96a842c66407094eed8726d8ec5c296497.tar.gz
ci-1ef40e96a842c66407094eed8726d8ec5c296497.tar.bz2
ci-1ef40e96a842c66407094eed8726d8ec5c296497.zip
Add wget to relevant distributionsHEADmaster
It's used by Concuerror to fetch rebar3.
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 bd21508..5d8feba 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 dep mercurial subversion rsync parallel \
- sdl2 sdl2_image sdl2_ttf gnu-netcat cppcheck clang p7zip unzip"
+ sdl2 sdl2_image sdl2_ttf gnu-netcat cppcheck clang p7zip unzip wget"
for f in ci.d/*; do source "$f"; done