From 75e4b470d55367009c853fd1cc3f90f85fdaf120 Mon Sep 17 00:00:00 2001 From: badblocks <4161747+badbl0cks@users.noreply.github.com> Date: Mon, 22 Apr 2024 12:00:36 -0700 Subject: [PATCH] Update build.sh --- build.sh | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index d5fb95d..4aa6098 100755 --- a/build.sh +++ b/build.sh @@ -13,10 +13,25 @@ RELEASE="$(rpm -E %fedora)" # 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 -rpm-ostree install screen +rpm-ostree install \ + freeipa-client \ + usbguard \ + zsh \ + libvirt \ + virt-manager \ + autofs \ + gstreamer1-plugins-ugly-free \ + gstreamer1-plugins-bad-free \ + gstreamer1-plugins-bad-free-extras \ + gstreamer1-plugins-good \ + gstreamer1-plugins-good-extras \ + gstreamer1-plugins-base \ + gstreamer1-plugins-base-tools \ + wireguard-tools \ + trash-cli # this would install a package from rpmfusion -#RUN rpm-ostree install vlc +#rpm-ostree install vlc