Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/profiles/cinnamon.py
diff options
context:
space:
mode:
authorDylan M. Taylor <dylan@dylanmtaylor.com>2021-04-06 18:04:03 -0400
committerDylan Taylor <dylan@dylanmtaylor.com>2021-04-09 11:46:24 -0400
commitb803c281ea98f71842c7598e428832eaf4a24584 (patch)
tree6013e70e00d939f7ebc99d5cfd41ce48aae3512b /profiles/cinnamon.py
parent9a6c0e7a41c597d7188c3028a1baaac8f4aa64a9 (diff)
Move choice into guided installation instead of DEs
Arch wiki says packages should enable the user services automatically
Diffstat (limited to 'profiles/cinnamon.py')
-rw-r--r--profiles/cinnamon.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/profiles/cinnamon.py b/profiles/cinnamon.py
index 0c4f13d1..91a59811 100644
--- a/profiles/cinnamon.py
+++ b/profiles/cinnamon.py
@@ -24,12 +24,6 @@ def _prep_function(*args, **kwargs):
# through importlib.util.spec_from_file_location("cinnamon", "/somewhere/cinnamon.py")
# or through conventional import cinnamon
if __name__ == 'cinnamon':
- # Install the pipewire audio server if the user wants to use it
- pipewire_choice = input("Would you like to install the pipewire audio server? [Y/n] ").lower()
- if choice == "y":
- pipewire = archinstall.Application(installation, 'pipewire')
- pipewire.install()
-
# Install dependency profiles
installation.install_profile('xorg')