mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2025-12-23 12:10:15 +00:00
setup-ubuntu: add packages needed by science and game packages
This commit is contained in:
@@ -146,6 +146,13 @@ PACKAGES+=" libgdk-pixbuf2.0-dev"
|
|||||||
PACKAGES+=" python3-xcbgen"
|
PACKAGES+=" python3-xcbgen"
|
||||||
PACKAGES+=" xfonts-utils"
|
PACKAGES+=" xfonts-utils"
|
||||||
|
|
||||||
|
# Needed by packages in science repository
|
||||||
|
PACKAGES+=" sqlite3"
|
||||||
|
PACKAGES+=" protobuf-c-compiler"
|
||||||
|
|
||||||
|
# Needed by packages in game repository
|
||||||
|
PACKAGES+=" python3-yaml"
|
||||||
|
|
||||||
# Do not require sudo if already running as root.
|
# Do not require sudo if already running as root.
|
||||||
if [ "$(id -u)" = "0" ]; then
|
if [ "$(id -u)" = "0" ]; then
|
||||||
SUDO=""
|
SUDO=""
|
||||||
|
|||||||
Reference in New Issue
Block a user