We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61fd52e commit e6f16f3Copy full SHA for e6f16f3
install.sh
@@ -1,6 +1,6 @@
1
#!/bin/sh
2
3
-version=0.9.2
+version=1.0.0
4
5
case $(uname -s) in
6
Linux|linux) os=linux ;;
@@ -71,4 +71,5 @@ esac
71
echo "Installed path: ${bold}$bin_dir/horo${sgr0}"
72
echo "==============================================="
73
echo "Have a try: ${bold}horo -h ${sgr0}"
74
-echo "==============================================="
+echo "==============================================="
75
+
0 commit comments