mirror of
https://github.com/logos-storage/logos-storage-testnet-starter.git
synced 2026-01-08 00:13:06 +00:00
Set Codex version using a variable
This commit is contained in:
parent
5dfd34ab5e
commit
cfc6b3a626
@ -2,6 +2,9 @@
|
|||||||
|
|
||||||
# Variables
|
# Variables
|
||||||
NETWORK="${NETWORK:-testnet}"
|
NETWORK="${NETWORK:-testnet}"
|
||||||
|
VERSION="${VERSION:-v0.1.6}"
|
||||||
|
LOG_LEVEL="${LOG_LEVEL:-info}"
|
||||||
|
DOWNLOAD="${DOWNLOAD}"
|
||||||
|
|
||||||
# Function to detect OS
|
# Function to detect OS
|
||||||
get_os() {
|
get_os() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user