scripts/setup-termux.sh: add missing package 'valac'

This commit is contained in:
Leonid Pliushch 2019-08-10 18:56:12 +03:00
parent 59745efa5b
commit c31dad8663

View File

@ -39,6 +39,7 @@ PACKAGES+=" sed"
PACKAGES+=" tar" PACKAGES+=" tar"
PACKAGES+=" texinfo" PACKAGES+=" texinfo"
PACKAGES+=" unzip" PACKAGES+=" unzip"
PACKAGES+=" valac"
PACKAGES+=" xz-utils" PACKAGES+=" xz-utils"
apt update apt update