fix
This commit is contained in:
parent
1b6d04e02c
commit
c4be2044bc
@ -167,6 +167,9 @@ sleep 1 # Add a 1-second delay
|
||||
# Get the current OS and architecture
|
||||
OS_ARCH=$(get_os_arch)
|
||||
|
||||
# Base URL for the Quilibrium releases
|
||||
BASE_URL="https://releases.quilibrium.com/release"
|
||||
|
||||
# Fetch the list of files from the release page
|
||||
FILES=$(curl -s $BASE_URL | grep -oE "qclient-[0-9]+\.[0-9]+\.[0-9]+-${OS_ARCH}(\.dgst)?(\.sig\.[0-9]+)?")
|
||||
|
||||
|
||||
@ -122,6 +122,9 @@ fi
|
||||
# Get the current OS and architecture
|
||||
OS_ARCH=$(get_os_arch)
|
||||
|
||||
# Base URL for the Quilibrium releases
|
||||
BASE_URL="https://releases.quilibrium.com/release"
|
||||
|
||||
# Fetch the list of files from the release page
|
||||
FILES=$(curl -s $BASE_URL | grep -oE "qclient-[0-9]+\.[0-9]+\.[0-9]+-${OS_ARCH}(\.dgst)?(\.sig\.[0-9]+)?")
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user