Browse Source

Fix typo in scripts/setup-ubuntu.sh

android-5
Fredrik Fornwall 8 years ago
parent
commit
ba198479a3
  1. 2
      scripts/setup-ubuntu.sh

2
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"

Loading…
Cancel
Save