From 052e2bf1d6495bc4baea7b495d0da417762fcd26 Mon Sep 17 00:00:00 2001 From: "termux-actions[bot]" Date: Fri, 25 Feb 2022 14:17:29 +0000 Subject: [PATCH] Update repo --- scripts/setup-ubuntu.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/setup-ubuntu.sh b/scripts/setup-ubuntu.sh index 29f3fee4a6..c255957b67 100755 --- a/scripts/setup-ubuntu.sh +++ b/scripts/setup-ubuntu.sh @@ -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=""