Update build.sh
This commit is contained in:
parent
7ee71d2868
commit
75e4b470d5
1 changed files with 17 additions and 2 deletions
19
build.sh
19
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
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue