On macos m1 if you can't download the solution #206
Closed
freestylefly
started this conversation in
Share
Replies: 1 comment 1 reply
-
Thats a different project and not related to the self hosted server. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If you can't download it normally in the terminal of your Mac, you can:

1. Download the script locally (make sure it is complete)
curl -x http://127.0.0.1:7890 -fsSL https://raw.githubusercontent.com/jaku/SnapCameraPreservation/main/mac.sh > mac.sh
2. Grant execution permissions
chmod +x mac.sh
3. Modify the mac.sh command and save it
curl -x http://127.0.0.1:7890
4. Run the script (administrator permission is required)
sudo ./mac.sh
Beta Was this translation helpful? Give feedback.
All reactions