From b1193f935b926f5b4054f9ad9b5178fbd94c189e Mon Sep 17 00:00:00 2001 From: AJ Jordan Date: Tue, 30 Jul 2024 17:03:10 -0400 Subject: [PATCH] Install streaming packages --- build.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build.sh b/build.sh index 0ca1678..d665def 100755 --- a/build.sh +++ b/build.sh @@ -13,10 +13,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 - -# this would install a package from rpmfusion -# rpm-ostree install vlc +rpm-ostree install obs-studio mpv yt-dlp #### Example for enabling a System Unit File