chore: sync: ClausL-MacBook-Pro.local 2026-05-04 17:58
This commit is contained in:
parent
bab208bedd
commit
a7fa3bc15a
1 changed files with 1 additions and 1 deletions
|
|
@ -296,7 +296,7 @@ download_binary() {
|
||||||
|
|
||||||
if [ "$DEVELOPMENT_MODE" = false ]; then
|
if [ "$DEVELOPMENT_MODE" = false ]; then
|
||||||
# Construct download URL with architecture
|
# Construct download URL with architecture
|
||||||
local download_url="${DOWNLOAD_URL}_linux_${ARCH}"
|
local download_url="${DOWNLOAD_URL}"
|
||||||
|
|
||||||
print_info "Downloading from: $download_url"
|
print_info "Downloading from: $download_url"
|
||||||
if command -v curl &> /dev/null; then
|
if command -v curl &> /dev/null; then
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue