Browse Source
scripts/setup-termux.sh: add missing package 'valac'
android-5
Leonid Plyushch
6 years ago
No known key found for this signature in database
GPG Key ID: 45F2964132545795
1 changed files with
1 additions and
0 deletions
-
scripts/setup-termux.sh
|
|
@ -41,6 +41,7 @@ PACKAGES+=" tar" |
|
|
|
PACKAGES+=" termux-elf-cleaner" |
|
|
|
PACKAGES+=" texinfo" |
|
|
|
PACKAGES+=" unzip" |
|
|
|
PACKAGES+=" valac" |
|
|
|
PACKAGES+=" xz-utils" |
|
|
|
|
|
|
|
apt update |
|
|
|