Update build.sh
added webit2gtk for app compatibility and gear lever flatpak
This commit is contained in:
parent
cdc90086ef
commit
f625185c7e
1 changed files with 4 additions and 0 deletions
4
build.sh
4
build.sh
|
@ -14,10 +14,14 @@ RELEASE="$(rpm -E %fedora)"
|
||||||
|
|
||||||
# this installs a package from fedora repos
|
# this installs a package from fedora repos
|
||||||
rpm-ostree install screen
|
rpm-ostree install screen
|
||||||
|
rpm-ostree install webkit2gtk4-0
|
||||||
|
|
||||||
# this would install a package from rpmfusion
|
# this would install a package from rpmfusion
|
||||||
# rpm-ostree install vlc
|
# rpm-ostree install vlc
|
||||||
|
|
||||||
|
# this would install a package from flathub
|
||||||
|
flatpak install flathub it.mijorus.gearlever
|
||||||
|
|
||||||
#### Example for enabling a System Unit File
|
#### Example for enabling a System Unit File
|
||||||
|
|
||||||
systemctl enable podman.socket
|
systemctl enable podman.socket
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue