index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton.feeds+github@gmail.com> | 2020-09-30 08:37:54 +0000 |
---|---|---|
committer | Anton Hvornum <anton.feeds+github@gmail.com> | 2020-09-30 08:37:54 +0000 |
commit | 5a4d68e617ba4e76137db96542ebaeb08acd70cb (patch) | |
tree | a5d9edd654aa448bec5d3602b58b3e867b5d2655 /profiles/awesome.py | |
parent | 5ce8c20333b30452cb908a52185da78f0675233f (diff) |
-rw-r--r-- | profiles/awesome.py | 3 |
diff --git a/profiles/awesome.py b/profiles/awesome.py index 67e4fd25..e44c2428 100644 --- a/profiles/awesome.py +++ b/profiles/awesome.py @@ -2,6 +2,9 @@ import archinstall +# Install dependency profiles +archinstall.install_profile('xorg') + arguments = { 'keyboard_layout' : 'sv-latin1', "editor" : "nano", |