1
0
mirror of https://git.tuxpa.in/a/code-server.git synced 2024-12-28 13:15:25 +00:00

Rename darwin releases to macos

This commit is contained in:
Anmol Sethi 2020-05-14 05:47:11 -04:00
parent a0a77e379e
commit f475767c2b
No known key found for this signature in database
GPG Key ID: 8CEF1878FF10ADEB

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"
}