This variable wasn't really needed.
This commit is contained in:
parent
fd042053be
commit
f9f359ab73
|
|
@ -1,8 +1,6 @@
|
||||||
import archinstall
|
import archinstall
|
||||||
|
|
||||||
packages = "" # Other packages for KDE are installed in the main profile now.
|
# Other packages for KDE are installed in the main profile now.
|
||||||
|
|
||||||
if "nvidia" in _gfx_driver_packages:
|
if "nvidia" in _gfx_driver_packages:
|
||||||
packages = packages + " egl-wayland"
|
installation.add_additional_packages("egl-wayland")
|
||||||
|
|
||||||
installation.add_additional_packages(packages)
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue