This variable wasn't really needed.
This commit is contained in:
parent
fd042053be
commit
f9f359ab73
|
|
@ -1,8 +1,6 @@
|
|||
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:
|
||||
packages = packages + " egl-wayland"
|
||||
|
||||
installation.add_additional_packages(packages)
|
||||
installation.add_additional_packages("egl-wayland")
|
||||
|
|
|
|||
Loading…
Reference in New Issue