We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eba000 commit 4599ca6Copy full SHA for 4599ca6
1 file changed
docs/linux/installer.sh
@@ -251,6 +251,8 @@ install_dependencies() {
251
echo "Detected a Fedora/Red Hat based distribution."
252
yes | sudo dnf install webkit2gtk3 gtk3 \
253
gstreamer1-plugins-base gstreamer1-plugins-good
254
+ yes | sudo dnf upgrade webkit2gtk3 gtk3 \
255
+ gstreamer1 gstreamer1-plugins-base gstreamer1-plugins-good
256
;;
257
arch|manjaro)
258
echo "Detected an Arch Linux based distribution."
0 commit comments