[grade=pending] fix: sync installer version to 1.15.0 (M-4)
CI / Test & Lint (push) Canceled after 0s
CI / Security audit (push) Canceled after 0s

This commit is contained in:
Hermes
2026-08-12 22:48:36 -07:00
parent 6d8bf40e0e
commit 24f21abe80
+1 -1
View File
@@ -17,7 +17,7 @@
set -euo pipefail set -euo pipefail
# ---- Constants ------------------------------------------------------------- # ---- Constants -------------------------------------------------------------
readonly DASHCADDY_VERSION="1.14.6" readonly DASHCADDY_VERSION="1.15.0"
readonly DASHCADDY_DOWNLOAD="https://get.dashcaddy.net/release/latest.tar.gz" readonly DASHCADDY_DOWNLOAD="https://get.dashcaddy.net/release/latest.tar.gz"
readonly DASHCADDY_REPO="" # Set to a git URL to clone instead of downloading readonly DASHCADDY_REPO="" # Set to a git URL to clone instead of downloading
readonly INSTALL_DIR="/etc/dashcaddy" readonly INSTALL_DIR="/etc/dashcaddy"