chiark
/
gitweb
/
~mdw
/
termux-packages
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
scripts/setup-ubuntu.sh: Huh. We only have Python 3.5 here.
[termux-packages]
/
scripts
/
setup-ubuntu.sh
diff --git
a/scripts/setup-ubuntu.sh
b/scripts/setup-ubuntu.sh
index 3545178045c99e503f53b028eb2c3ed52fa53b9e..8eb90d5a3be5f7bfb8cb24a4ce377a293c1cdefe 100755
(executable)
--- a/
scripts/setup-ubuntu.sh
+++ b/
scripts/setup-ubuntu.sh
@@
-19,7
+19,7
@@
PACKAGES+=" libglib2.0-dev" # Provides 'glib-genmarshal' which the glib build us
PACKAGES+=" libtool-bin"
PACKAGES+=" libncurses5-dev" # Used by mariadb for host build part.
PACKAGES+=" lzip"
-PACKAGES+=" python3.
6
"
+PACKAGES+=" python3.
5
"
PACKAGES+=" tar"
PACKAGES+=" unzip"
PACKAGES+=" m4"