diff --git a/scripts/setup-ubuntu.sh b/scripts/setup-ubuntu.sh index a845a8cea..a63c7ad9e 100755 --- a/scripts/setup-ubuntu.sh +++ b/scripts/setup-ubuntu.sh @@ -168,6 +168,9 @@ PACKAGES+=" protobuf-c-compiler" PACKAGES+=" python3-yaml" PACKAGES+=" cvs" +# Needed by apt. +PACKAGES+=" triehash" + # Do not require sudo if already running as root. if [ "$(id -u)" = "0" ]; then SUDO=""