Skip to content

Commit 8dddb23

Browse files
authored
Merge pull request #10 from awakeljw/fork
fix Drawin to Darwin
2 parents a0d7a21 + 9f5d3f8 commit 8dddb23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ get_linux_distro() {
6868
echo "Gentoo"
6969
elif grep -Eq "alpine" /etc/*-release; then
7070
echo "Alpine"
71-
elif [ "x$(uname -s)" == "xDrawin" ]; then
71+
elif [ "x$(uname -s)" == "xDarwin" ]; then
7272
echo "MacOS"
7373
else
7474
echo "Unknown"

0 commit comments

Comments
 (0)