X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/termux-packages/blobdiff_plain/ea368bb55da7f39138a81c1c4c53e137f6fe25f7..54169cf2fda75f267d5e5ae9e391ce7ff41419dc:/scripts/setup-ubuntu.sh diff --git a/scripts/setup-ubuntu.sh b/scripts/setup-ubuntu.sh index 35451780..8eb90d5a 100755 --- 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"