Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDylan Taylor <dylan@dylanmtaylor.com>2021-04-06 20:44:44 -0400
committerDylan Taylor <dylan@dylanmtaylor.com>2021-04-06 22:20:07 -0400
commit93750dbd223269804c2a9a3a7dbdf30d4f17ac82 (patch)
tree959b1db2609df94c3dac709f56792e8b796828a7 /examples
parentd9984550b6ad4f4e7d659adb32cef541e85d69d9 (diff)
Try removing pipewire.py and calling add additional packages
Unfortunately, calling the profile was not working.
Diffstat (limited to 'examples')
-rw-r--r--examples/guided.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/guided.py b/examples/guided.py
index cd45bef5..90828d87 100644
--- a/examples/guided.py
+++ b/examples/guided.py
@@ -336,7 +336,7 @@ def perform_installation(device, boot_partition, language, mirrors):
print('This audio server will be used: ' + archinstall.arguments.get('audio', None))
if archinstall.arguments.get('audio', None) == 'pipewire':
print('Installing pipewire ...')
- installation.install_profile('pipewire')
+ installation.add_additional_packages(["pipewire", "pipewire-alsa", "pipewire-docs", "pipewire-jack", "pipewire-media-session", "pipewire-pulse", "gst-plugin-pipewire", "libpulse"])
if archinstall.arguments.get('packages', None) and archinstall.arguments.get('packages', None)[0] != '':
installation.add_additional_packages(archinstall.arguments.get('packages', None))