add wget for ubuntu

This commit is contained in:
ifurther 2021-10-13 15:20:37 +08:00 committed by Henrik Grimler
parent 03d03b6282
commit 8a16ae9755
1 changed files with 3 additions and 0 deletions

View File

@ -147,6 +147,9 @@ PACKAGES+=" nasm"
# Needed by dgsh
PACKAGES+=" rsync"
# Needed by megacmd
PACKAGES+=" wget"
# Needed by packages in unstable repository.
PACKAGES+=" comerr-dev"
PACKAGES+=" docbook-to-man"