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: correct bash if statement for dGPU detection #1170

Merged
merged 1 commit into from
May 25, 2024

Conversation

Zeglius
Copy link
Contributor

@Zeglius Zeglius commented May 25, 2024

Using '>' instead of '-gt' always returns true (as '>' is not valid with 'test'), adding the flag '-cef-disable-gpu' regardless of the device using a dGPU.

Using '>' instead of '-gt' always returns true (as '>' is not valid with 'test'), adding the flag '-cef-disable-gpu' regardless of the device using a dGPU.
@Zeglius Zeglius requested a review from EyeCantCU as a code owner May 25, 2024 18:24
@KyleGospo KyleGospo merged commit fbc25a7 into ublue-os:main May 25, 2024
1 of 2 checks passed
@Zeglius Zeglius deleted the bugfix/fix-bazzite-steam branch May 25, 2024 18:40
KyleGospo pushed a commit that referenced this pull request May 26, 2024
Using '>' instead of '-gt' always returns true (as '>' is not valid with 'test'), adding the flag '-cef-disable-gpu' regardless of the device using a dGPU.
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