From b187ec383e86fe8a4cbd399946fa1efcb66dbade Mon Sep 17 00:00:00 2001 From: vhsdream Date: Tue, 6 May 2025 17:12:09 -0400 Subject: [PATCH] unquote url var --- ct/immich.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/immich.sh b/ct/immich.sh index d834222..8e54c34 100644 --- a/ct/immich.sh +++ b/ct/immich.sh @@ -37,7 +37,7 @@ function update_script() { if [[ "$INTEL_RELEASE" != "$(cat ~/.intel_version)" ]]; then msg_info "Updating Intel iGPU dependencies" for url in "${INTEL_URLS[@]}"; do - curl -fsSLO "$url" + curl -fsSLO $url done $STD dpkg -i ./*.deb rm ./*.deb