๐Ÿ“ฆโž”๐Ÿฆ‹ Store and retrieve files on the ATmosphere

something-broke: add support for net-tools hostname

Changed files
+6
src
+6
src/commands/something_broke.sh
··· 70 70 if [[ "$git_version" != "$prog_not_installed_placeholder" ]]; then 71 71 git_version="$(echo "$git_version" | cut -d " " -f 2)" 72 72 fi 73 + 74 + if [[ "$hostname_version" != "$prog_not_installed_placeholder" ]]; then 75 + if [[ "$hostname_version" == *net-tools* ]]; then 76 + hostname_version="$(echo "$hostname_version" | cut -d " " -f 2) (net-tools)" 77 + fi 78 + fi 73 79 74 80 if [[ "$md5sum_version" != "$prog_not_installed_placeholder" ]]; then 75 81 if [[ "$md5sum_version" == *GNU* ]]; then