Update build.sh

This commit is contained in:
Jarno Rankinen 2024-06-05 17:09:10 +03:00 committed by GitHub
parent aa54a24ad8
commit 3154003806
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

View File

@ -13,8 +13,7 @@ RELEASE="$(rpm -E %fedora)"
# https://mirrors.rpmfusion.org/mirrorlist?path=free/fedora/updates/39/x86_64/repoview/index.html&protocol=https&redirect=1 # https://mirrors.rpmfusion.org/mirrorlist?path=free/fedora/updates/39/x86_64/repoview/index.html&protocol=https&redirect=1
# this installs a package from fedora repos # this installs a package from fedora repos
rpm-ostree install screen rpm-ostree install /tmp/rpms/kmods/zfs/*.rpm
rpm-ostree install /tmp/rpms/kmod/zfs/*.rpm
# this would install a package from rpmfusion # this would install a package from rpmfusion
# rpm-ostree install vlc # rpm-ostree install vlc