Skip to content

Raspberry Pi (arm) file extension missing direct install #5374

Closed Answered by feederbox826
2024OCT13 asked this question in Q&A
Discussion options

You must be logged in to vote

It's not a dynamic executable, it should be statically linked, meaning you likely are just running it incorrectly. Here are the steps I took to get up and running on pi(like)

wget https://github.com/stashapp/stash/releases/download/v0.27.1/stash-linux-arm32v6
chmod +x stash-linux-arm32v6
./stash-linux-arm32v6

maybe you're just missing the ./?

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@2024OCT13
Comment options

Answer selected by 2024OCT13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants