1
0

update some commands

This commit is contained in:
2024-07-09 22:27:05 +02:00
parent 14b71adf45
commit e15a376cdf
3 changed files with 11 additions and 7 deletions

View File

@@ -14,6 +14,10 @@ if [[ -x "$(command -v hx)" ]] ; then
INSTALLED_VERSION="$(hx --version | grep -o '[0-9]\+\.[0-9.]\+')"
fi
echo $VERSION
echo $INSTALLED_VERSION
exit 0
if [[ "$VERSION" == "$INSTALLED_VERSION" ]] ; then
echo "Helix editor version ${VERSION} already installed."
exit 0