From 6f5b0690232644b307538d94fea8fa36d98578f4 Mon Sep 17 00:00:00 2001 From: "Jorge O. Castro" Date: Sat, 4 Jan 2025 16:49:59 -0500 Subject: [PATCH] fix: update installation command (#43) --- build.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build.sh b/build.sh index 0ca1678..f0a7fce 100755 --- a/build.sh +++ b/build.sh @@ -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