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