Archived
1
0

Rename darwin releases to macos

This commit is contained in:
Anmol Sethi
2020-05-14 05:47:11 -04:00
parent a0a77e379e
commit f475767c2b

View File

@ -27,6 +27,8 @@ os() {
if echo "$ldd_output" | grep -iq musl; then
os="alpine"
fi
elif [[ $os == "darwin" ]]; then
os="macos"
fi
echo "$os"
}