fix: update installation command (#43)

This commit is contained in:
Jorge O. Castro 2025-01-04 16:49:59 -05:00 committed by GitHub
parent 2c954ab4a8
commit 6f5b069023
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 4 deletions

View File

@ -2,9 +2,6 @@
set -ouex pipefail
RELEASE="$(rpm -E %fedora)"
### Install packages
# Packages can be installed from any enabled yum repo on the image.
@ -13,7 +10,7 @@ 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
dnf install -y tmux
# this would install a package from rpmfusion
# rpm-ostree install vlc