6 lines
112 B
Bash
6 lines
112 B
Bash
# Install Intel Low Power Mode package for Intel CPUs
|
|
|
|
if omarchy-hw-intel; then
|
|
omarchy-pkg-add intel-lmp
|
|
fi
|