mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-08 11:02:53 +00:00
Update repo
This commit is contained in:
@@ -208,6 +208,10 @@ PACKAGES+=" python3-jsonschema"
|
||||
# Needed by proxmark3/proxmark3-git
|
||||
PACKAGES+=" gcc-arm-none-eabi"
|
||||
|
||||
# For opt, llvm-link, llc not shipped by NDK.
|
||||
# Required by picolisp (and maybe a few others in future)
|
||||
PACKAGES+=" llvm-12"
|
||||
|
||||
# Do not require sudo if already running as root.
|
||||
if [ "$(id -u)" = "0" ]; then
|
||||
SUDO=""
|
||||
|
||||
Reference in New Issue
Block a user