Skip to content

Commit 917d9f4

Browse files
committed
[install.sh] Fix linux check
1 parent b2105f3 commit 917d9f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -e
44

5-
if [[ "$OSTYPE" == "linux-gnu"* ]]; then
5+
if [[ "$OSTYPE" == "linux"* ]]; then
66
OS="linux"
77
elif [[ "$OSTYPE" == "darwin"* ]]; then
88
OS="macos"

0 commit comments

Comments
 (0)