From 23255585c20221d1e0056c4048ca7b877646821c Mon Sep 17 00:00:00 2001 From: creme Date: Tue, 14 Jan 2020 13:23:43 +0100 Subject: [PATCH] also some table fixes --- bin/envs.net/envs_sysinfo.sh | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/bin/envs.net/envs_sysinfo.sh b/bin/envs.net/envs_sysinfo.sh index eb05943..6ec4a3c 100755 --- a/bin/envs.net/envs_sysinfo.sh +++ b/bin/envs.net/envs_sysinfo.sh @@ -324,15 +324,20 @@ this is a static list of the package informations. it updates once per day. # can i get [package] installed? probably! send an email with your suggestion to sudoers@$DOMAIN. - -$(print_category 'services' "${sorted_services[@]}") -$(print_category 'shells' "${sorted_shells[@]}") -$(print_category 'editors' "${sorted_editors[@]}") -$(print_category 'online_browser_and_clients' "${sorted_inet_clients[@]}") -$(print_category 'coding_packages' "${sorted_coding_pkg[@]}") -$(print_category 'coding_tools' "${sorted_coding_tools[@]}") -$(print_category 'misc' "${sorted_misc[@]}") +$(print_category 'services' "${sorted_services[@]}") +
+$(print_category 'shells' "${sorted_shells[@]}") +
+$(print_category 'editors' "${sorted_editors[@]}") +
+$(print_category 'online_browser_and_clients' "${sorted_inet_clients[@]}") +
+$(print_category 'coding_packages' "${sorted_coding_pkg[@]}") +
+$(print_category 'coding_tools' "${sorted_coding_tools[@]}") +
+$(print_category 'misc' "${sorted_misc[@]}")