Skip to content

Commit

Permalink
Add auto yes for pacman
Browse files Browse the repository at this point in the history
  • Loading branch information
Saverio976 committed Nov 11, 2024
1 parent f91152d commit 921ef40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/scripts/install-deps-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if command -v apt-get 2>/dev/null; then
apt-get update
apt-get install -y g++ cmake clang-tidy clang-format xorg-dev
elif command -v pacman 2>/dev/null; then
pacman -Sy gcc cmake clang
yes | pacman -Sy gcc cmake clang
elif command -v dnf 2>/dev/null; then
dnf install -y libXcursor-devel libXi-devel libXinerama-devel libXrandr-devel cmake clang-tools-extra gcc-c++ make cmake
else
Expand Down

0 comments on commit 921ef40

Please sign in to comment.