diff --git a/ct/immich.sh b/ct/immich.sh index bd8c453e6..b86667865 100644 --- a/ct/immich.sh +++ b/ct/immich.sh @@ -74,7 +74,7 @@ function update_script() { done msg_ok "Image-processing libraries up to date" fi - RELEASE="1.144.1" + RELEASE="2.0.0" if check_for_gh_release "immich" "immich-app/immich" "${RELEASE}"; then msg_info "Stopping Services" systemctl stop immich-web @@ -191,6 +191,7 @@ EOF msg_info "Cleaning up" $STD apt-get -y autoremove $STD apt-get -y autoclean + $STD apt clean -y msg_ok "Cleaned" systemctl restart immich-ml immich-web fi diff --git a/install/immich-install.sh b/install/immich-install.sh index 7f2aa9cde..b37b17c7e 100644 --- a/install/immich-install.sh +++ b/install/immich-install.sh @@ -272,7 +272,7 @@ GEO_DIR="${INSTALL_DIR}/geodata" mkdir -p "$INSTALL_DIR" mkdir -p {"${APP_DIR}","${UPLOAD_DIR}","${GEO_DIR}","${INSTALL_DIR}"/cache} -fetch_and_deploy_gh_release "immich" "immich-app/immich" "tarball" "v1.144.1" "$SRC_DIR" +fetch_and_deploy_gh_release "immich" "immich-app/immich" "tarball" "v2.0.0" "$SRC_DIR" msg_info "Installing ${APPLICATION} (patience)" @@ -451,4 +451,5 @@ customize msg_info "Cleaning up" $STD apt-get -y autoremove $STD apt-get -y autoclean +$STD apt clean -y msg_ok "Cleaned"