Skip to content

Commit

Permalink
Fix fsearch installation
Browse files Browse the repository at this point in the history
  • Loading branch information
fat0troll committed Jan 27, 2025
1 parent 950a813 commit 4e45c43
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build-tibix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ set -ouex pipefail

RELEASE="$(rpm -E %fedora)"

# fsearch dependency
# may break on Fedora 42!
# and yes, it's the official way to install it
# see https://github.com/cboxdoerfer/fsearch/issues/584
dnf -y install https://dl.fedoraproject.org/pub/fedora/linux/releases/40/Everything/x86_64/os/Packages/l/libicu73-73.2-1.fc40.x86_64.rpm

# Install additional packages
dnf -y install dmg2img \
python3-vkbasalt-cli \
Expand Down

0 comments on commit 4e45c43

Please sign in to comment.