chore: add optfix
Some checks are pending
build-ublue-custom / Build and push image (push) Waiting to run

This commit is contained in:
Bastien Riviere 2025-03-16 20:38:50 +01:00
parent c4eea47af9
commit 5e0648947d
3 changed files with 48 additions and 0 deletions

View file

@ -38,6 +38,16 @@ bash ./1password.sh
rm 1password.sh
### Fix for packages that install into /opt
mkdir -p /var/opt
ln -sf /var/opt /opt
mkdir -p /usr/lib/opt/zen
ln -sf /usr/lib/opt/zen /var/opt/zen
systemctl enable azure-optfix
### Install packages
grep -v '^#' /tmp/packages | xargs rpm-ostree install