Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/examples/guided.py
diff options
context:
space:
mode:
authorDylan M. Taylor <dylan@dylanmtaylor.com>2021-04-09 11:59:47 -0400
committerGitHub <noreply@github.com>2021-04-09 11:59:47 -0400
commit6a0b839bc8be05bce8630758526ec0bc122e91ce (patch)
treeab3450309a6b745b5976a8e898081837478c4190 /examples/guided.py
parentb6ad3dffc9b76675741a63d846135f7a3ff353f3 (diff)
pipewire-docs isn't really needed.
Diffstat (limited to 'examples/guided.py')
-rw-r--r--examples/guided.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/guided.py b/examples/guided.py
index 46f0ba54..c7fecb5e 100644
--- a/examples/guided.py
+++ b/examples/guided.py
@@ -295,7 +295,7 @@ def perform_installation(device, boot_partition, language, mirrors):
installation.log(f"The {archinstall.arguments.get('audio', None)} audio server will be used.", level=archinstall.LOG_LEVELS.Info)
if archinstall.arguments.get('audio', None) == 'pipewire':
print('Installing pipewire ...')
- installation.add_additional_packages(["pipewire", "pipewire-alsa", "pipewire-docs", "pipewire-jack", "pipewire-media-session", "pipewire-pulse", "gst-plugin-pipewire", "libpulse"])
+ installation.add_additional_packages(["pipewire", "pipewire-alsa", "pipewire-jack", "pipewire-media-session", "pipewire-pulse", "gst-plugin-pipewire", "libpulse"])
elif archinstall.arguments.get('audio', None) == 'pulseaudio':
print('Installing pulseaudio ...')
installation.add_additional_packages("pulseaudio")