This variable wasn't really needed.

This commit is contained in:
Dylan M. Taylor 2021-04-28 11:30:30 -04:00 committed by GitHub
parent fd042053be
commit f9f359ab73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 4 deletions

View File

@ -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")