Skip to content

Use sudo for package install in CI environments#220

Merged
HipsterBrown merged 1 commit intoHipsterBrown:mainfrom
stc1988:feature/use_sudo_ci_env
Sep 2, 2025
Merged

Use sudo for package install in CI environments#220
HipsterBrown merged 1 commit intoHipsterBrown:mainfrom
stc1988:feature/use_sudo_ci_env

Conversation

@stc1988
Copy link
Contributor

@stc1988 stc1988 commented Sep 1, 2025

Fix #216
Updated installPackages to use sudo instead of pkexec when running in CI environments. This ensures compatibility with CI systems where pkexec may not be available or suitable.

Copy link
Owner

@HipsterBrown HipsterBrown left a comment

Choose a reason for hiding this comment

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

Will this also resolve running this in Docker or will that require a different patch?

@HipsterBrown HipsterBrown added the patch Increment the patch version when merged label Sep 2, 2025
@HipsterBrown HipsterBrown merged commit e481863 into HipsterBrown:main Sep 2, 2025
3 checks passed
@github-actions
Copy link
Contributor

github-actions bot commented Sep 2, 2025

🚀 PR was released in v1.0.1 🚀

@github-actions github-actions bot added the released This issue/pull request has been released. label Sep 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

patch Increment the patch version when merged released This issue/pull request has been released.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

pkexec does not work in a headless environment

2 participants