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