chore: Fix lact command whitespace

This commit is contained in:
Kyle Gospodnetich 2024-11-15 21:58:05 -08:00
parent 9e7bdf2c22
commit a00d778d96

View File

@ -3,12 +3,12 @@
# Install LACT for overclocking & undervolting AMD GPUs
install-lact:
#!/usr/bin/bash
if [[ ${BASE_IMAGE_NAME} == 'silverblue' ]]; then
rpm-ostree install lact-libadwaita
else
rpm-ostree install lact
fi
sudo systemctl enable --now lactd
if [[ ${BASE_IMAGE_NAME} == 'silverblue' ]]; then
rpm-ostree install lact-libadwaita
else
rpm-ostree install lact
fi
sudo systemctl enable --now lactd
# Install CoolerControl, a GUI for viewing all your system's sensors and for creating custom fan and pump profiles based on any available temperature sensor28
install-coolercontrol: