setup-ubuntu.sh: add desktop-file-utils for ghex

This commit is contained in:
Uchiha Kakashi 2022-09-13 18:59:44 +08:00 committed by Henrik Grimler
parent 9551e621be
commit 7eeab3fba5
No known key found for this signature in database
GPG Key ID: B0076E490B71616B
1 changed files with 1 additions and 0 deletions

View File

@ -202,6 +202,7 @@ PACKAGES+=" wayland-scanner++"
PACKAGES+=" xfce4-dev-tools"
PACKAGES+=" xfonts-utils"
PACKAGES+=" xutils-dev"
PACKAGES+=" desktop-file-utils"
# Needed by packages in science repository
PACKAGES+=" protobuf-c-compiler"