feat: update installation script and documentation for version 0.2.11 release

This commit is contained in:
HueByte
2026-04-24 15:51:01 +02:00
parent 6db93ecfea
commit a85d16fff8
7 changed files with 30 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.10"
echo " curl ... | sh -s -- --version 0.2.11"
echo " curl ... | sh -s -- --install-dir /opt/echohub"
exit 0
;;