Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
svartkanin committed Nov 26, 2023
1 parent 96e31a2 commit bc55c65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion archinstall/lib/hardware.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def gfx_packages(self) -> List[GfxPackage]:
GfxPackage.NvidiaOpenDkms
]
case GfxDriver.NvidiaOpenSource:
packages = [
packages += [
GfxPackage.Mesa,
GfxPackage.Xf86VideoNouveau,
GfxPackage.LibvaMesaDriver
Expand Down

0 comments on commit bc55c65

Please sign in to comment.