bugfix
This commit is contained in:
parent
53ab479a2a
commit
db9661f08e
@ -208,7 +208,7 @@ OS_ARCH=$(get_os_arch)
|
||||
BASE_URL="https://releases.quilibrium.com/qclient-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]+)?")
|
||||
FILES=$(curl -s $BASE_URL | grep -oE "qclient-[0-9]+\.[0-9]+\.[0-9]+(\.[0-9]+)?-${OS_ARCH}(\.dgst)?(\.sig\.[0-9]+)?")
|
||||
|
||||
# Change to the download directory
|
||||
cd ~/ceremonyclient/client
|
||||
|
||||
Loading…
Reference in New Issue
Block a user