scripts(setup-ubuntu.sh): install libjson-perl

Required by samba 4.16.2.
This commit is contained in:
Henrik Grimler 2022-06-26 10:51:36 +02:00
parent b6d063489a
commit be5c7ffc60
No known key found for this signature in database
GPG Key ID: B0076E490B71616B
1 changed files with 3 additions and 0 deletions

View File

@ -240,6 +240,9 @@ PACKAGES+=" llvm-12"
# Required by cava
PACKAGES+=" xxd"
# Required by samba
PACKAGES+=" libjson-perl"
# Required for parsing repo.json
PACKAGES+=" jq"