Skip to content

Commit 46b070b

Browse files
committed
fix: linux installer was failing in arch
1 parent 8e0afae commit 46b070b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/linux/installer.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,8 +263,7 @@ install_dependencies() {
263263
;;
264264
arch|manjaro)
265265
echo "Detected an Arch Linux based distribution."
266-
sudo pacman -Syu
267-
sudo pacman -S webkit2gtk gtk3
266+
yes | sudo pacman -S webkit2gtk gtk3
268267
;;
269268
*)
270269
echo "Unsupported distribution. Please manually install the required dependencies."

0 commit comments

Comments
 (0)