./build.sh results in "zsh: no such file or directory: ./build.sh" #25
-
Attempting to adhere to the 3-step process. "immich-install.log" fails saying Step 2 "run the build.sh script to create a pkg file. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
npm is installed with the brew command when installing dependencies. A symlink is installed in Are you able to provide the full immich-install.log? |
Beta Was this translation helpful? Give feedback.
-
Ah, I see what the issue is... the scripts assume that brew has been installed in I'll investigate how to handle other install locations for brew. In the short term, you could do a checkout of the repo, edit Scripts/config.sh and include |
Beta Was this translation helpful? Give feedback.
Can you give this release a go: https://github.com/4v3ngR/immich-native-macos/releases/tag/v1.122.2-b
It adds the /opt/homebrew/bin directory to the PATH environment variable.