Command not found #551
Answered
by
seriousm4x
raymie258
asked this question in
Help wanted
-
I uploaded the upsnap file to my home directory on a debian arm64 system. I try to run the command "./upsnap serve" and I keep getting the error command not found. I know it's probably something simple, but I can't figure it out. Any help is appreciated. Thank you |
Beta Was this translation helpful? Give feedback.
Answered by
seriousm4x
Apr 24, 2024
Replies: 1 comment 1 reply
-
You probably just need to make the file executable. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
raymie258
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You probably just need to make the file executable.
chmod +x ./upsnap
And then try again.