From fe94e513bd399a250bafb9f4140fb8e48e44f051 Mon Sep 17 00:00:00 2001 From: AJ Jordan Date: Sun, 1 Sep 2024 18:11:57 -0400 Subject: [PATCH] Install LibreOffice --- build.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index d665def..2ba2726 100755 --- a/build.sh +++ b/build.sh @@ -12,9 +12,11 @@ RELEASE="$(rpm -E %fedora)" # List of rpmfusion packages can be found here: # 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 +# Streaming packages rpm-ostree install obs-studio mpv yt-dlp +# Presentation machine packages +rpm-ostree install libreoffice #### Example for enabling a System Unit File -systemctl enable podman.socket +#systemctl enable podman.socket