From 6d84cc0e83ca2eeb8a1bd6048540ad3016bcca9e Mon Sep 17 00:00:00 2001 From: pika Date: Sun, 18 May 2025 19:29:07 +0200 Subject: [PATCH] wip --- distros.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distros.sh b/distros.sh index 2ebf229..e3de329 100755 --- a/distros.sh +++ b/distros.sh @@ -89,7 +89,7 @@ echo_pkg() { echo "${BOLD}${RED}${PACKAGE:-PKG}-dependencies:${NC}${YELLOW} $2 ${NC}" ;; *) - echo "${BOLD}${RED}${PACKAGE:-PKG}:${NC}${YELLOW} $1 ${NC}" + echo "${BOLD}${RED}${PACKAGE:-PKG}-$1:${NC}${YELLOW} $2 ${NC}" ;; esac fi