6 lines
84 B
Bash
6 lines
84 B
Bash
#!/bin/bash
|
|
# Wizard Kit: Enable TRIM
|
|
|
|
# Run trimforce
|
|
sudo trimforce enable
|
|
exit 0
|