From: Fredrik Fornwall Date: Mon, 20 Mar 2017 20:03:00 +0000 (+0100) Subject: Fix typo in scripts/setup-ubuntu.sh X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/commitdiff_plain/ba198479a392de39eeabeca643ed7e9223a3c4a0 Fix typo in scripts/setup-ubuntu.sh --- diff --git a/scripts/setup-ubuntu.sh b/scripts/setup-ubuntu.sh index 1f49cfea..08a3912b 100755 --- a/scripts/setup-ubuntu.sh +++ b/scripts/setup-ubuntu.sh @@ -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"