diff --git a/ct/immich.sh b/ct/immich.sh index 9fcc548..a0cd16b 100644 --- a/ct/immich.sh +++ b/ct/immich.sh @@ -224,7 +224,6 @@ function update_script() { cp -a server/{node_modules,dist,bin,resources,package.json,package-lock.json,start*.sh} "$APP_DIR"/ cp -a web/build "$APP_DIR"/www cp LICENSE "$APP_DIR" - cp "$BASE_DIR"/server/bin/build-lock.json "$APP_DIR" msg_ok "Updated ${APP} web and microservices" cd "$SRC_DIR"/machine-learning diff --git a/install/immich-install.sh b/install/immich-install.sh index 93b336f..e0e3def 100644 --- a/install/immich-install.sh +++ b/install/immich-install.sh @@ -303,7 +303,6 @@ cd "$SRC_DIR" cp -a server/{node_modules,dist,bin,resources,package.json,package-lock.json,start*.sh} "$APP_DIR"/ cp -a web/build "$APP_DIR"/www cp LICENSE "$APP_DIR" -# cp "$BASE_DIR"/server/bin/build-lock.json "$APP_DIR" msg_ok "Installed Immich Web Components" cd "$SRC_DIR"/machine-learning