Update repo

This commit is contained in:
termux-actions[bot]
2022-02-25 14:17:29 +00:00
parent c85ebf7144
commit 052e2bf1d6

View File

@@ -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=""