tangled
alpha
login
or
join now
zio.sh
/
atfile
37
fork
atom
๐ฆโ๐ฆ Store and retrieve files on the Atmosphere
37
fork
atom
overview
issues
3
pulls
pipelines
something-broke: add support for net-tools hostname
ducky.ws
5 months ago
f2a0ecb6
47fbd3ad
1/1
build.yaml
success
6s
+6
1 changed file
expand all
collapse all
unified
split
src
commands
something_broke.sh
+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
73
+
74
74
+
if [[ "$hostname_version" != "$prog_not_installed_placeholder" ]]; then
75
75
+
if [[ "$hostname_version" == *net-tools* ]]; then
76
76
+
hostname_version="$(echo "$hostname_version" | cut -d " " -f 2) (net-tools)"
77
77
+
fi
78
78
+
fi
73
79
74
80
if [[ "$md5sum_version" != "$prog_not_installed_placeholder" ]]; then
75
81
if [[ "$md5sum_version" == *GNU* ]]; then