Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(bluefin-cli): Make sure /usr/bin/sh exists #778

Merged

Conversation

m2Giles
Copy link
Member

@m2Giles m2Giles commented Jan 2, 2024

Alpine based distros do not have merged /usr.

Fedora changed distrobox-host-exec to have #!/usr/bin/sh as the shebang instead of #!/bin/sh which results in distrobox-host-exec not working on unmerged /usr. This fixes it for bluefin-cli.

Alpine based distros do not have merged /usr.

Fedora changed distrobox-host-exec to have #!/usr/bin/sh as the shebang instead of #!/bin/sh which results in distrobox-host-exec not working on unmerged /usr. This fixes it for bluefin-cli.
@m2Giles m2Giles requested a review from castrojo as a code owner January 2, 2024 23:55
@castrojo castrojo enabled auto-merge January 2, 2024 23:56
@castrojo castrojo added this pull request to the merge queue Jan 3, 2024
Merged via the queue into ublue-os:main with commit 3d0b059 Jan 3, 2024
34 checks passed
@m2Giles m2Giles deleted the bluefin-cli-fix-distrobox-host-exec branch January 3, 2024 20:38
awesomekyle pushed a commit to awesomekyle/bluefin that referenced this pull request Apr 24, 2024
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