diff options
Diffstat (limited to '3-post-setup.sh')
| -rwxr-xr-x | 3-post-setup.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/3-post-setup.sh b/3-post-setup.sh index 277b569..12c73f4 100755 --- a/3-post-setup.sh +++ b/3-post-setup.sh @@ -25,7 +25,7 @@ EOF # ------------------------------------------------------------------------ -echo -e "\nEnabling the cups service daemon so we can print" +echo -e "\nEnabling essential services" systemctl enable cups.service sudo ntpd -qg @@ -33,6 +33,7 @@ sudo systemctl enable ntpd.service sudo systemctl disable dhcpcd.service sudo systemctl stop dhcpcd.service sudo systemctl enable NetworkManager.service +sudo systemctl enable bluetooth echo " ############################################################################### # Cleaning |
