You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.
Not a problem to resolve (unless you want to add something in outset)m but I was getting operation not permitted when running my scripts, but my permissions looked right.
The error was... zsh: operation not permitted: /usr/local/outset/login-once/setdock-dngkit.sh
But the permissions were... -rwxr-xr-x@ 1 root wheel 3010 Apr 25 12:43 /usr/local/outset/login-once/setdock-dngkit.sh
Not quite sure what the extended attributes (@) were, but ran xattr -c [filename] and it worked after that.
I think the xattr -l just showed com.apple.TextEncoding: UTF-8;134217984 and com.apple.quarantine: 0086;6266f0b0;BBEdit;
So look out for that future users.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Not a problem to resolve (unless you want to add something in outset)m but I was getting operation not permitted when running my scripts, but my permissions looked right.
The error was...
zsh: operation not permitted: /usr/local/outset/login-once/setdock-dngkit.sh
But the permissions were...
-rwxr-xr-x@ 1 root wheel 3010 Apr 25 12:43 /usr/local/outset/login-once/setdock-dngkit.sh
Not quite sure what the extended attributes (@) were, but ran xattr -c [filename] and it worked after that.
I think the
xattr -l
just showedcom.apple.TextEncoding: UTF-8;134217984
andcom.apple.quarantine: 0086;6266f0b0;BBEdit;
So look out for that future users.
The text was updated successfully, but these errors were encountered: