Skip to content

Commit 0c82b58

Browse files
committed
fix: include 'which' and 'file' in bootstrap
1 parent 1b15d0d commit 0c82b58

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/generate-bootstraps.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -478,6 +478,8 @@ for package_arch in "${TERMUX_ARCHITECTURES[@]}"; do
478478

479479
# Necessary packages for AndroidIDE
480480
pull_package androidide-tools
481+
pull_package which
482+
pull_package file
481483

482484
# Error in AndroidIDE if these are not included
483485
pull_package brotli

0 commit comments

Comments
 (0)