Skip to content

Commit

Permalink
fix: Added link from /usr/bin/rpm-ostree to /usr/bin/ dnf
Browse files Browse the repository at this point in the history
  • Loading branch information
bigpod98 authored Jun 13, 2023
1 parent 121f43c commit 52f0433
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build-prep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ set -oeux pipefail
ARCH="$(rpm -E '%_arch')"
RELEASE="$(rpm -E '%fedora')"

ln -s /usr/bin/rpm-ostree /usr/bin/dnf

sed -i 's@enabled=1@enabled=0@g' /etc/yum.repos.d/fedora-{cisco-openh264,modular,updates-modular}.repo

wget -P /tmp/rpms \
Expand Down

0 comments on commit 52f0433

Please sign in to comment.