Remove freeipa-client from pre-layered packages in build.sh

testing claim that freeipa-client works better if layered after rebasing
This commit is contained in:
badblocks 2024-10-10 18:20:48 +00:00 committed by GitHub
parent 8578ac2bab
commit 1ad1598bd5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,9 +12,9 @@ RELEASE="$(rpm -E %fedora)"
# List of rpmfusion packages can be found here: # List of rpmfusion packages can be found here:
# 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 # from fedora repos
rpm-ostree install \ rpm-ostree install \
freeipa-client \ # freeipa-client \
usbguard \ usbguard \
zsh \ zsh \
libvirt \ libvirt \
@ -33,8 +33,8 @@ rpm-ostree install \
git-credential-libsecret git-credential-libsecret
# this would install a package from rpmfusion # from rpmfusion
#rpm-ostree install vlc rpm-ostree install vlc