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:
parent
8578ac2bab
commit
1ad1598bd5
1 changed files with 4 additions and 4 deletions
8
build.sh
8
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
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue