Automatically install bluetooth headset support
This commit is contained in:
parent
517980fd7b
commit
823f0dac5e
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue