From ea717e8f6656970f0d2f74e39a712480e3eeaef6 Mon Sep 17 00:00:00 2001 From: Stoiko Ivanov Date: Tue, 26 Jan 2021 18:31:38 +0100 Subject: [PATCH] pvereport: add apt sources Signed-off-by: Stoiko Ivanov --- PVE/Report.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/PVE/Report.pm b/PVE/Report.pm index 36bbcebb..d2ede5fa 100644 --- a/PVE/Report.pm +++ b/PVE/Report.pm @@ -20,6 +20,8 @@ my $init_report_cmds = sub { 'cat /etc/hosts', 'top -b -n 1 | head -n 15', 'pvesubscription get', + 'cat /etc/apt/sources.list', + sub { dir2text('/etc/apt/sources.list.d/', '.*list') }, 'lscpu', 'pvesh get /cluster/resources --type node --output-format=yaml', ],