Skip to content

Change all the scripts in bin/ to be more OS agnostic.#1758

Merged
jpdillingham merged 7 commits into
slskd:masterfrom
breakone9r:master
Jun 7, 2026
Merged

Change all the scripts in bin/ to be more OS agnostic.#1758
jpdillingham merged 7 commits into
slskd:masterfrom
breakone9r:master

Conversation

@breakone9r

Copy link
Copy Markdown
Contributor

Literally all that has been done is replace the bash shebang (The #!/interpreter line) to be more cognizant of where various other operating systems install bash, rather than hard coding a path.

#!/bin/bash has been changed to #!/usr/bin/env bash so that as long as bash is in your $PATH$ it will still exectute the script.

breakone9r and others added 7 commits June 7, 2026 07:04
Convert the bash shebang into one that is more OS agnostic.
Update bash shebang to be more OS agnostic
Update bash shebang to be more OS agnostic
Update bash shebang to be more OS agnostic
Update bash shebang to be more OS agnostic
Update bash shebang to be more OS agnostic
@jpdillingham

Copy link
Copy Markdown
Member

Thanks! One small typo of a missing slash in the publish script; I'll merge this then patch it directly to master

@jpdillingham jpdillingham merged commit 587783b into slskd:master Jun 7, 2026
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants