setup-ubuntu.sh: Install bash-static

This commit is contained in:
Tee KOBAYASHI 2022-10-20 10:58:23 +09:00
parent b936a548f3
commit 0b2ac073fc
1 changed files with 3 additions and 0 deletions

View File

@ -216,6 +216,9 @@ PACKAGES+=" sqlite3"
PACKAGES+=" cvs"
PACKAGES+=" python3-yaml"
# Needed by gobject-introspection (termux_setup_gir).
PACKAGES+=" bash-static"
# Needed by apt.
PACKAGES+=" triehash"