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

Remove installation for different users #81

Merged
merged 1 commit into from
Mar 26, 2024

Conversation

pascal-zarrad
Copy link
Owner

Description

Remove installation for different users. You should be able to just use sudo -u <user> ./install for a successfull installation.
Removing this logic highly reduces the risk of bugs.

Note that the environment of the target user must be loaded, so that the $HOME variable points to the sudo'd user.
Also, it is not recommended to run psh as the root user. zsh may throw warnings if done so.

@pascal-zarrad pascal-zarrad added the C1 - enhancement New feature or request label Mar 26, 2024
@pascal-zarrad pascal-zarrad self-assigned this Mar 26, 2024
@pascal-zarrad pascal-zarrad merged commit e6beae4 into main Mar 26, 2024
2 checks passed
@pascal-zarrad pascal-zarrad deleted the feature/drop-multi-user-support branch March 26, 2024 19:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C1 - enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant