Skip to content

Commit 5b6b55d

Browse files
authored
Immich v1.136.0 (#6219)
- change path of copy command - pin to latest working version rather than latest
1 parent e8e90ce commit 5b6b55d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

ct/immich.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ function update_script() {
5858
done
5959
msg_ok "Image-processing libraries updated"
6060
fi
61-
RELEASE="1.135.3"
61+
RELEASE="1.136.0"
6262
#RELEASE=$(curl -fsSL https://api.github.com/repos/immich-app/immich/releases?per_page=1 | grep "tag_name" | awk '{print substr($2, 3, length($2)-4) }')
6363
if [[ -f ~/.immich && "$RELEASE" == "$(cat ~/.immich)" ]]; then
6464
msg_ok "No update required. ${APP} is already at v${RELEASE}"
@@ -103,7 +103,7 @@ function update_script() {
103103
mkdir -p "$ML_DIR"
104104
rm -rf "$SRC_DIR"
105105

106-
fetch_and_deploy_gh_release "immich" "immich-app/immich" "tarball" "v1.135.3" "$SRC_DIR"
106+
fetch_and_deploy_gh_release "immich" "immich-app/immich" "tarball" "v1.136.0" "$SRC_DIR"
107107

108108
msg_info "Updating ${APP} web and microservices"
109109
cd "$SRC_DIR"/server
@@ -121,7 +121,7 @@ function update_script() {
121121
$STD npm ci
122122
$STD npm run build
123123
cd "$SRC_DIR"
124-
cp -a server/{node_modules,dist,bin,resources,package.json,package-lock.json,start*.sh} "$APP_DIR"/
124+
cp -a server/{node_modules,dist,bin,resources,package.json,package-lock.json,bin/start.sh} "$APP_DIR"/
125125
cp -a web/build "$APP_DIR"/www
126126
cp LICENSE "$APP_DIR"
127127
cd "$APP_DIR"

install/immich-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ GEO_DIR="${INSTALL_DIR}/geodata"
283283
mkdir -p "$INSTALL_DIR"
284284
mkdir -p {"${APP_DIR}","${UPLOAD_DIR}","${GEO_DIR}","${ML_DIR}","${INSTALL_DIR}"/cache}
285285

286-
fetch_and_deploy_gh_release "immich" "immich-app/immich" "tarball" "v1.135.3" "$SRC_DIR"
286+
fetch_and_deploy_gh_release "immich" "immich-app/immich" "tarball" "v1.136.0" "$SRC_DIR"
287287

288288
msg_info "Installing ${APPLICATION} (more patience please)"
289289

0 commit comments

Comments
 (0)