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