Skip to content

stop calling hotel w/ sudo #57

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

Merged
merged 1 commit into from
Nov 25, 2024
Merged

Conversation

t-monaghan
Copy link
Member

@t-monaghan t-monaghan commented Nov 25, 2024

This call to hotel with sudo is breaking the install flow.

Hotel will now die if called as root. This change was made due to issues around hotel writing files as root.
The previously required sudo call is now made by hotel, to stop these issues.

Tested manually by changing this line:

`sh -c "$(curl -fsSL https://raw.githubusercontent.com/cultureamp/devbox-extras/main/scripts/install_hotel.sh)"`

to

`./scripts/install_hotel.sh`

and running the github_auth.rb script locally

@jay-aye-see-kay jay-aye-see-kay merged commit 1e8af3c into main Nov 25, 2024
5 checks passed
@jay-aye-see-kay jay-aye-see-kay deleted the tfm/fix-install-permission-bug branch November 25, 2024 23:33
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