mirror of
https://github.com/cdr/code-server.git
synced 2025-12-08 01:12:40 +01:00
Rename darwin releases to macos
This commit is contained in:
parent
a0a77e379e
commit
f475767c2b
1 changed files with 2 additions and 0 deletions
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue