Ensure pipewire-pulse
is installed
This commit is contained in:
parent
86a4722a89
commit
a8e3d0ee03
2 changed files with 2 additions and 2 deletions
|
@ -78,7 +78,6 @@ systemd-nspawn -bD "$ARCH_MOUNT_ROOT" -E "ARCH_X11_KEYMAP=${ARCH_X11_KEYMAP}";
|
|||
systemd-nspawn -D "$ARCH_MOUNT_ROOT" systemctl disable set-keymap;
|
||||
rm "$ARCH_MOUNT_ROOT/etc/systemd/system/set-keymap.service";
|
||||
|
||||
pacstrap -K "$ARCH_MOUNT_ROOT" pipewire-pulse;
|
||||
arch-chroot "$ARCH_MOUNT_ROOT" systemctl enable bluetooth;
|
||||
|
||||
arch-chroot "$ARCH_MOUNT_ROOT" rm -rf "$tempRoot";
|
||||
|
|
|
@ -9,4 +9,5 @@ sudo pacman -Syu --noconfirm \
|
|||
kde-applications-meta \
|
||||
iio-sensor-proxy \
|
||||
flatpak \
|
||||
pipewire-audio;
|
||||
pipewire-audio \
|
||||
pipewire-pulse;
|
||||
|
|
Loading…
Reference in a new issue