chore: add optfix
Some checks are pending
build-ublue-custom / Build and push image (push) Waiting to run
Some checks are pending
build-ublue-custom / Build and push image (push) Waiting to run
This commit is contained in:
parent
c4eea47af9
commit
5e0648947d
3 changed files with 48 additions and 0 deletions
10
build.sh
10
build.sh
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue