1 parent 5570bed commit 31dc8f4Copy full SHA for 31dc8f4
1 file changed
scripts/install_deps.sh
@@ -83,7 +83,8 @@ install_system_packages() {
83
libxkbcommon-dev libxkbcommon-x11-dev libstartup-notification0-dev libxcb-xrm0 \
84
libxcb-xrm-dev libxcb-shape0 libxcb-shape0-dev pavucontrol python3-pip \
85
libhidapi-libusb0 libx11-dev libxinerama-dev libxss-dev libglib2.0-dev \
86
- libgtk-3-dev libxdg-basedir-dev libnotify-dev curl git wget rsync || {
+ libgtk-3-dev libxdg-basedir-dev libnotify-dev libnotify-bin python3-pulsectl \
87
+ curl git wget rsync || {
88
log_error "Failed to install system packages"
89
exit 1
90
}
0 commit comments