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