Skip to content

Commit

Permalink
fix: linux installer was failing in arch
Browse files Browse the repository at this point in the history
  • Loading branch information
charlypa committed Sep 8, 2024
1 parent 8e0afae commit 46b070b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/linux/installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -263,8 +263,7 @@ install_dependencies() {
;;
arch|manjaro)
echo "Detected an Arch Linux based distribution."
sudo pacman -Syu
sudo pacman -S webkit2gtk gtk3
yes | sudo pacman -S webkit2gtk gtk3
;;
*)
echo "Unsupported distribution. Please manually install the required dependencies."
Expand Down

0 comments on commit 46b070b

Please sign in to comment.