1
0
mirror of https://github.com/tommytran732/Arch-Setup-Script synced 2024-09-19 15:14:43 -04:00

Enable Bluetooth Service

This will prevent the bug where bluetooth cannot be managed by GNOME
This commit is contained in:
TommyTran732 2021-05-13 06:05:38 -04:00 committed by tommytran732
parent 30c32d5ce4
commit 65142be351
No known key found for this signature in database
GPG Key ID: 060B29EB996BD9F2

View File

@ -296,6 +296,9 @@ systemctl enable apparmor --root=/mnt &>/dev/null
# Enabling Firewalld
systemctl enable firewalld --root=/mnt &>/dev/null
# Enabling Bluetooth Service (If you don't want bluetooth, disable it with GNOME, don't disable the service)
systemctl enable bluetooth --root=/mnt &>/dev/null
# Setting umask to 077
sed -i 's/022/077/g' /mnt/etc/profile
echo "" >> /mnt/etc/bash.bashrc