From f07504d92e51ce75d1a619ada3a0f7088c6eb7dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Siglen?= Date: Wed, 11 Jun 2025 15:09:55 +0200 Subject: [PATCH] dbginfo.sh: Add Ubuntu snap tool MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adding snap as the new Ubuntu software repository tool. Reviewed-by: Mario Held Signed-off-by: Jörn Siglen Signed-off-by: Steffen Eiden --- scripts/dbginfo.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/dbginfo.sh b/scripts/dbginfo.sh index 2a8bfaed..548f5894 100755 --- a/scripts/dbginfo.sh +++ b/scripts/dbginfo.sh @@ -597,6 +597,7 @@ CMDS="${CMDS}\ # commands with separate output file CMDS="${CMDS}\ :apt list >> '${OUTPUT_FILE_ISW}'\ + :snap list --all >> '${OUTPUT_FILE_ISW}'\ :coredumpctl && coredumpctl info -o ${OUTPUT_FILE_COREDUMPCTL}\ :journalctl --all --no-pager --lines=100000 --output=short-precise\ >> '${OUTPUT_FILE_JOURNALCTL}'\