Merge pull request #261 from khaneliman/trim-fix

Enable trim timer
This commit is contained in:
Chris Titus 2022-03-20 20:27:44 -05:00 committed by GitHub
commit 892d871b2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 "