Enable trim timer
This commit is contained in:
parent
7aff03901b
commit
a68a6e4bc5
|
|
@ -102,6 +102,8 @@ systemctl enable NetworkManager.service
|
||||||
echo " NetworkManager enabled"
|
echo " NetworkManager enabled"
|
||||||
systemctl enable bluetooth
|
systemctl enable bluetooth
|
||||||
echo " Bluetooth enabled"
|
echo " Bluetooth enabled"
|
||||||
|
systemctl enable fstrim.timer
|
||||||
|
echo " Periodic Trim enabled"
|
||||||
|
|
||||||
if [[ "${FS}" == "luks" || "${FS}" == "btrfs" ]]; then
|
if [[ "${FS}" == "luks" || "${FS}" == "btrfs" ]]; then
|
||||||
echo -ne "
|
echo -ne "
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue