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: installing binary with write permissions #34

Merged
merged 3 commits into from May 14, 2022

Conversation

barelyhuman
Copy link
Contributor

Current Behaviour

If the binary folder is not owned by the user then it fails to install it

After Merge

The write permissions of the folder are checked before doing any installing
and elevated permissions are requested for it

Copy link
Contributor

@matthewmueller matthewmueller left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's add a comment then this looks good to go. Thanks @barelyhuman!

install.sh Show resolved Hide resolved
@matthewmueller matthewmueller merged commit 38bf5c0 into livebud:main May 14, 2022
@matthewmueller
Copy link
Contributor

Thanks @barelyhuman!

@matthewmueller
Copy link
Contributor

matthewmueller commented May 15, 2022

FYI. This is available in v0.1.1. To upgrade, run:

curl -sf curl https://raw.githubusercontent.com/livebud/bud/main/install.sh | sh

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.

None yet

2 participants