fix: weird update bug

This commit is contained in:
v4n
2025-02-21 14:03:49 +02:00
parent c23c57e16c
commit 77ae53ffa7
+1 -1
View File
@@ -1080,7 +1080,7 @@ function self_update() {
# Run the installer for the latest version # Run the installer for the latest version
bash -c "$(curl -fsSL https://raw.githubusercontent.com/v4n00/h2mm-cli/refs/heads/master/install.sh)" bash -c "$(curl -fsSL https://raw.githubusercontent.com/v4n00/h2mm-cli/refs/heads/master/install.sh)"
exit 1 exit 0
} }
# --- Main --- # --- Main ---