Automatically install bluetooth headset support

This commit is contained in:
Manuel Thalmann 2023-06-05 18:48:44 +02:00
parent 6d0652cb51
commit d8bf7668c5

View file

@ -75,6 +75,9 @@ 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";
popd > /dev/null;