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[@]}")