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