Skip to content

Commit

Permalink
chore: Apply LACT live so that the systemctl command below can work i…
Browse files Browse the repository at this point in the history
…mmediately.
  • Loading branch information
KyleGospo committed Nov 17, 2024
1 parent 2014e16 commit 8680961
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8680961

Please sign in to comment.