Skip to content

Commit 4599ca6

Browse files
committed
fix: installation was broken in fedora
1 parent 4eba000 commit 4599ca6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/linux/installer.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,8 @@ install_dependencies() {
251251
echo "Detected a Fedora/Red Hat based distribution."
252252
yes | sudo dnf install webkit2gtk3 gtk3 \
253253
gstreamer1-plugins-base gstreamer1-plugins-good
254+
yes | sudo dnf upgrade webkit2gtk3 gtk3 \
255+
gstreamer1 gstreamer1-plugins-base gstreamer1-plugins-good
254256
;;
255257
arch|manjaro)
256258
echo "Detected an Arch Linux based distribution."

0 commit comments

Comments
 (0)