aboutsummaryrefslogtreecommitdiffstats
path: root/ubuntu.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ubuntu.sh')
-rwxr-xr-xubuntu.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ubuntu.sh b/ubuntu.sh
index 21c9c7b..58e1592 100755
--- a/ubuntu.sh
+++ b/ubuntu.sh
@@ -10,7 +10,7 @@ ARCH=amd64
PACKAGES="curl libssl-dev libncurses5-dev zsh vim sudo erlang-nox git \
make autoconf automake gcc golang go-dep rsync gnupg \
libsdl2-dev libsdl2-image-dev libsdl2-ttf-dev cppcheck clang clang-tools \
- groff-base psmisc p7zip-full unzip subversion mercurial parallel"
+ groff-base psmisc p7zip-full unzip subversion mercurial parallel wget"
for f in ci.d/*; do source "$f"; done