mirror of
https://github.com/bigbeartechworld/big-bear-scripts.git
synced 2026-07-24 22:33:37 -04:00
This commit refactors all the shell scripts to use `#!/usr/bin/env bash` instead of `#!/bin/bash`. This change ensures that the scripts will run with the system's default Bash interpreter, even if it is not located at the standard `/bin/bash` path.
In the Immich 1.90.2 version, there are breaking changes where you need to add the vector to the database. This script will help you to add the vector to the database.
https://github.com/immich-app/immich/releases/tag/v1.90.2
https://github.com/bigbeartechworld/big-bear-casaos/pull/20#issuecomment-1853675544
Run command
bash -c "$(wget -qLO - https://raw.githubusercontent.com/bigbeartechworld/big-bear-scripts/master/immich-add-vector-to-db/run.sh)"