Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/profiles/xorg.py
diff options
context:
space:
mode:
authorDylan Taylor <dylan@dylanmtaylor.com>2021-05-15 11:51:06 -0400
committerDylan Taylor <dylan@dylanmtaylor.com>2021-05-15 11:53:10 -0400
commitd93ef24e8e080ab4c71366bfba0340d16f17524b (patch)
tree6d441081c6a01304065ff7c46596d82a96737f73 /profiles/xorg.py
parentacb754ff2edee96d3dc0c6ca29abd0c60a1a5ace (diff)
A couple more small fixes
Diffstat (limited to 'profiles/xorg.py')
-rw-r--r--profiles/xorg.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/xorg.py b/profiles/xorg.py
index 34599468..a5a50697 100644
--- a/profiles/xorg.py
+++ b/profiles/xorg.py
@@ -36,4 +36,4 @@ if __name__ == 'xorg':
else:
archinstall.storage['installation_session'].add_additional_packages(f"xorg-server xorg-xinit {' '.join(_gfx_driver_packages)}")
except:
- archinstall.storage['installation_session'].add_additional_packages(f"xorg-server xorg-xinit") # Prep didn't run, so there's no driver to install \ No newline at end of file
+ archinstall.storage['installation_session'].add_additional_packages("xorg-server xorg-xinit") # Prep didn't run, so there's no driver to install \ No newline at end of file