mirror of
https://github.com/SignTools/SignTools.git
synced 2026-04-26 10:25:54 +03:00
[GH-ISSUE #44] Unable to run to get yml on Linux #31
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SignTools#31
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @VestaEldrid on GitHub (Apr 21, 2021).
Original GitHub issue: https://github.com/SignTools/SignTools/issues/44
Hi I'm using Linux beta on chromebook(so arm64)
And whenever I try to run the file
./ios-signer-service_2.2.4_linux_arm64
I get the error:
_-bash: ./ios-signer-service_2.2.4_linux_arm64 : Permission denied _
Need some help
@ViRb3 commented on GitHub (Apr 21, 2021):
You need to make the file executable first. Do this with:
Let me know if that fixes it for you.
@VestaEldrid commented on GitHub (Apr 21, 2021):
Thank you, I always forget to use chmod because I barely use Linux unless I get bored. Thanks!