chore: update version to 0.2.10 and enhance installation scripts and changelog

This commit is contained in:
HueByte
2026-04-20 17:42:03 +02:00
parent 335cfcc28a
commit 000764fdb4
7 changed files with 34 additions and 4 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ while [ $# -gt 0 ]; do
sed -n '2,8p' "$0" 2>/dev/null || true
echo ""
echo " curl -sSfL https://raw.githubusercontent.com/$REPO/master/scripts/install.sh | sh"
echo " curl ... | sh -s -- --version 0.2.8"
echo " curl ... | sh -s -- --version 0.2.10"
echo " curl ... | sh -s -- --install-dir /opt/echohub"
exit 0
;;