From 1ad1598bd50c05f3a626ecf0ae277e3f1e24ecbd Mon Sep 17 00:00:00 2001 From: badblocks <4161747+badbl0cks@users.noreply.github.com> Date: Thu, 10 Oct 2024 18:20:48 +0000 Subject: [PATCH] Remove freeipa-client from pre-layered packages in build.sh testing claim that freeipa-client works better if layered after rebasing --- build.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.sh b/build.sh index 1fe6ca3..0856fd7 100755 --- a/build.sh +++ b/build.sh @@ -12,9 +12,9 @@ RELEASE="$(rpm -E %fedora)" # 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 -# this installs a package from fedora repos +# from fedora repos rpm-ostree install \ - freeipa-client \ +# freeipa-client \ usbguard \ zsh \ libvirt \ @@ -33,8 +33,8 @@ rpm-ostree install \ git-credential-libsecret -# this would install a package from rpmfusion -#rpm-ostree install vlc +# from rpmfusion +rpm-ostree install vlc