Skip to content

Commit

Permalink
Forgot class-name infront of NvidiaDKMS
Browse files Browse the repository at this point in the history
  • Loading branch information
Torxed committed Nov 22, 2023
1 parent fc74697 commit 9deca37
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 @@ -111,7 +111,7 @@ def packages(self) -> List[GfxPackage]:
case GfxDriver.NvidiaProprietary:
return [
GfxPackage.Nvidia,
NvidiaDKMS
GfxPackage.NvidiaDKMS
]
case GfxDriver.VMOpenSource:
return [
Expand Down

0 comments on commit 9deca37

Please sign in to comment.