Skip to content

Commit

Permalink
Zoom: don't force pulseaudio installation
Browse files Browse the repository at this point in the history
  • Loading branch information
theofficialgman committed Apr 20, 2024
1 parent bd43780 commit 2f27a89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/Zoom/install-32
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if ! command -v box86 >/dev/null;then
fi

# Get dependencies
install_packages libxcb-xtest0 libxcb-xfixes0 libturbojpeg0 '|' libturbojpeg pulseaudio-utils pulseaudio || exit 1
install_packages libxcb-xtest0 libxcb-xfixes0 libturbojpeg0 '|' libturbojpeg || exit 1

#refresh list of libraries
sudo ldconfig
Expand Down
2 changes: 1 addition & 1 deletion apps/Zoom/install-64
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if ! command -v box64 >/dev/null;then
fi

# Get dependencies
install_packages libxcb-xtest0 libxcb-xfixes0 libturbojpeg0 '|' libturbojpeg pulseaudio-utils pulseaudio || exit 1
install_packages libxcb-xtest0 libxcb-xfixes0 libturbojpeg0 '|' libturbojpeg || exit 1

#refresh list of libraries
sudo ldconfig
Expand Down

0 comments on commit 2f27a89

Please sign in to comment.