Fix typo in scripts/setup-ubuntu.sh

This commit is contained in:
Fredrik Fornwall 2017-03-20 21:03:00 +01:00
parent 0a5412793e
commit ba198479a3
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
set -e -u
PACKAGES=""
PACKAGES+=" ant" # Used by jack and aptsigner.
PACKAGES+=" ant" # Used by apksigner.
PACKAGES+=" asciidoc"
PACKAGES+=" automake"
PACKAGES+=" bison"