mirror of
https://github.com/tommytran732/Arch-Setup-Script
synced 2024-11-09 20:21:34 -05:00
Enable Bluetooth Service
This will prevent the bug where bluetooth cannot be managed by GNOME
This commit is contained in:
parent
30c32d5ce4
commit
65142be351
@ -296,6 +296,9 @@ systemctl enable apparmor --root=/mnt &>/dev/null
|
|||||||
# Enabling Firewalld
|
# Enabling Firewalld
|
||||||
systemctl enable firewalld --root=/mnt &>/dev/null
|
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
|
# Setting umask to 077
|
||||||
sed -i 's/022/077/g' /mnt/etc/profile
|
sed -i 's/022/077/g' /mnt/etc/profile
|
||||||
echo "" >> /mnt/etc/bash.bashrc
|
echo "" >> /mnt/etc/bash.bashrc
|
||||||
|
Loading…
Reference in New Issue
Block a user