chore: Apply LACT live so that the systemctl command below can work immediately.

This commit is contained in:
Kyle Gospodnetich 2024-11-17 14:44:08 -08:00
parent 2014e1623f
commit 86809610a1

View File

@ -5,9 +5,9 @@ install-lact:
#!/usr/bin/bash
rpm-ostree kargs --append-if-missing=$(printf 'amdgpu.ppfeaturemask=0x%x\n' "$(($(cat /sys/module/amdgpu/parameters/ppfeaturemask) | 0x4000))")
if [[ ${BASE_IMAGE_NAME} == 'silverblue' ]]; then
rpm-ostree install lact-libadwaita
rpm-ostree install --apply-live -y lact-libadwaita
else
rpm-ostree install lact
rpm-ostree install --apply-live -y lact
fi
sudo systemctl enable --now lactd