Skip to content

Commit

Permalink
Merge pull request #15 from zebrapurring/update-install-path
Browse files Browse the repository at this point in the history
Update install path to /opt/immich
  • Loading branch information
zebrapurring authored Nov 29, 2024
2 parents 5fb8d8e + 5543f70 commit a121380
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LaunchDaemons/com.immich.machine.learning.plist
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<string>immich</string>
<key>ProgramArguments</key>
<array>
<string>/opt/services/immich/app/machine-learning/start.sh</string>
<string>/opt/immich/app/machine-learning/start.sh</string>
</array>
<key>EnvironmentVariables</key>
<dict>
Expand Down
2 changes: 1 addition & 1 deletion LaunchDaemons/com.immich.plist
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<string>immich</string>
<key>ProgramArguments</key>
<array>
<string>/opt/services/immich/app/start.sh</string>
<string>/opt/immich/app/start.sh</string>
</array>
<key>EnvironmentVariables</key>
<dict>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ If you want to install immich natively on linux, visit [arter97's repo](https://

* This is tested on macOS Monterey and Sonoma (x86).

* This installer will install Immich to `/opt/services/immich`.
* This installer will install Immich to `/opt/immich`.

* The installer currently is using Immich v1.121.0 It should be noted that due to the fast-evolving nature of Immich, the install script may get broken if you replace the `$TAG` to something more recent.

Expand Down

0 comments on commit a121380

Please sign in to comment.