Update build.sh

This commit is contained in:
badblocks 2024-04-22 12:00:36 -07:00 committed by GitHub
parent 7ee71d2868
commit 75e4b470d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 # 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 # 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 # this would install a package from rpmfusion
#RUN rpm-ostree install vlc #rpm-ostree install vlc