aboutsummaryrefslogtreecommitdiffstats
path: root/debian.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 /debian.sh
parent35e03bbdfcc3dfe37d36046da1cedd2ac7fd5af5 (diff)
downloadci-master.tar.gz
ci-master.tar.bz2
ci-master.zip
Add wget to relevant distributionsHEADmaster
It's used by Concuerror to fetch rebar3.
Diffstat (limited to 'debian.sh')
-rwxr-xr-xdebian.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian.sh b/debian.sh
index e309013..5fc28d1 100755
--- a/debian.sh
+++ b/debian.sh
@@ -13,7 +13,7 @@ PACKAGES="gnupg apt-transport-https curl libssl-dev libncurses5-dev \
zsh vim sudo erlang-nox erlang-dev git make autoconf automake gcc \
golang golang-glide rsync parallel mercurial subversion p7zip-full \
libsdl2-dev libsdl2-image-dev libsdl2-ttf-dev cppcheck clang clang-tools \
- groff-base unzip"
+ groff-base unzip wget"
for f in ci.d/*; do source "$f"; done