Enable trim timer

This commit is contained in:
Austin Horstman 2022-02-28 22:45:45 -06:00
parent 7aff03901b
commit a68a6e4bc5
1 changed files with 2 additions and 0 deletions

View File

@ -102,6 +102,8 @@ systemctl enable NetworkManager.service
echo " NetworkManager enabled"
systemctl enable bluetooth
echo " Bluetooth enabled"
systemctl enable fstrim.timer
echo " Periodic Trim enabled"
if [[ "${FS}" == "luks" || "${FS}" == "btrfs" ]]; then
echo -ne "