Set Codex version using a variable

This commit is contained in:
Slava 2024-10-08 19:55:41 +03:00
parent 5dfd34ab5e
commit cfc6b3a626
No known key found for this signature in database
GPG Key ID: 351E7AA9BD0DFEB8

View File

@ -2,6 +2,9 @@
# Variables
NETWORK="${NETWORK:-testnet}"
VERSION="${VERSION:-v0.1.6}"
LOG_LEVEL="${LOG_LEVEL:-info}"
DOWNLOAD="${DOWNLOAD}"
# Function to detect OS
get_os() {