Skip to content

Commit

Permalink
Merge branch 'chxuan:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
jason416 authored Aug 30, 2023
2 parents 071f0df + 2dc33df commit 0144f96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function get_linux_distro()
elif grep -Eq "alpine" /etc/*-release; then
echo "Alpine"
else
echo "Unknow"
echo "Unknown"
fi
}

Expand Down

0 comments on commit 0144f96

Please sign in to comment.