Skip to content

Commit d6633ff

Browse files
committed
docs: update quick install
1 parent 74b260e commit d6633ff

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

public/celestia-node.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ else
6363
fi
6464

6565
# Validate version format
66-
if [[ ! $VERSION =~ ^v[0-9]+\.[0-9]+\.[0-9]+(-.*)?$ ]]; then
66+
if [[ ! $VERSION =~ ^v[0-9]+\.[0-9]+\.[0-9]+ ]]; then
6767
echo "Invalid version format: $VERSION" | tee -a "$LOGFILE"
68-
echo "Version should be in the format vX.X.X (e.g., v0.11.0)" | tee -a "$LOGFILE"
68+
echo "Version should start with vX.X.X (e.g., v0.11.0 or v0.21.9-network)" | tee -a "$LOGFILE"
6969
exit 1
7070
fi
7171

0 commit comments

Comments
 (0)