diff --git a/ct/immich.sh b/ct/immich.sh index 8542f6044..e2f2e01a8 100644 --- a/ct/immich.sh +++ b/ct/immich.sh @@ -337,7 +337,7 @@ function compile_libraw() { if [[ "$LIBRAW_REVISION" != "$(grep 'libraw' ~/.immich_library_revisions | awk '{print $2}')" ]]; then msg_info "Recompiling libraw" [[ -d "$SOURCE" ]] && rm -rf "$SOURCE" - $STD git clone https://github.com/libraw/libraw.git "$SOURCE" + $STD git clone https://github.com/LibRaw/LibRaw.git "$SOURCE" cd "$SOURCE" $STD git reset --hard "$LIBRAW_REVISION" $STD autoreconf --install diff --git a/install/immich-install.sh b/install/immich-install.sh index 862e6ec4b..0e380f9b0 100644 --- a/install/immich-install.sh +++ b/install/immich-install.sh @@ -232,7 +232,7 @@ msg_ok "(2/5) Compiled libheif" msg_info "(3/5) Compiling libraw" SOURCE=${SOURCE_DIR}/libraw : "${LIBRAW_REVISION:=$(jq -cr '.revision' $BASE_DIR/server/sources/libraw.json)}" -$STD git clone https://github.com/libraw/libraw.git "$SOURCE" +$STD git clone https://github.com/LibRaw/LibRaw.git "$SOURCE" cd "$SOURCE" $STD git reset --hard "$LIBRAW_REVISION" $STD autoreconf --install