diff options
| author | Chris Titus <[email protected]> | 2021-10-24 09:40:22 -0500 |
|---|---|---|
| committer | Chris Titus <[email protected]> | 2021-10-24 09:40:22 -0500 |
| commit | b45a7f7c1fdd4a618b79e3559420fe9d02f9a7b6 (patch) | |
| tree | 681dd47bcaebce9536cb7e30c85c6ead2eb599d4 /3-post-setup.sh | |
| parent | 354014afadb69e6d6731567fed08d005bde24bfc (diff) | |
| download | ArchTitus-b45a7f7c1fdd4a618b79e3559420fe9d02f9a7b6.tar.xz ArchTitus-b45a7f7c1fdd4a618b79e3559420fe9d02f9a7b6.zip | |
bug fixes
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 |
