mirror of
https://github.com/ublue-os/bazzite.git
synced 2024-12-28 00:17:39 +00:00
chore: Apply LACT live so that the systemctl command below can work immediately.
This commit is contained in:
parent
2014e1623f
commit
86809610a1
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user