We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a80411a commit 017b262Copy full SHA for 017b262
install.sh
@@ -28,7 +28,7 @@ for i in "Centos","Centos" "Ubuntu","Ubuntu" "Darwin","MacOSX"; do
28
key=${i%,*}; value=${i#*,};
29
if [ `python -mplatform | grep -ic $key` == 1 ]; then
30
platform=$value
31
- echoo ">>> You os is $platform."
+ echoo ">>> Your os is $platform."
32
fi
33
done
34
0 commit comments