mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-03-01 16:13:23 +00:00
chore: Fix lact command whitespace
This commit is contained in:
parent
9e7bdf2c22
commit
a00d778d96
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user