From f625185c7ee77d8247b2519fc0f61af6f3db073a Mon Sep 17 00:00:00 2001 From: batvin3211 <104458965+batvin3211@users.noreply.github.com> Date: Wed, 18 Sep 2024 20:37:36 +0000 Subject: [PATCH] Update build.sh added webit2gtk for app compatibility and gear lever flatpak --- build.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build.sh b/build.sh index 0ca1678..94e8f76 100755 --- a/build.sh +++ b/build.sh @@ -14,10 +14,14 @@ RELEASE="$(rpm -E %fedora)" # this installs a package from fedora repos rpm-ostree install screen +rpm-ostree install webkit2gtk4-0 # this would install a package from rpmfusion # rpm-ostree install vlc +# this would install a package from flathub +flatpak install flathub it.mijorus.gearlever + #### Example for enabling a System Unit File systemctl enable podman.socket