Skip to content

Commit 31dc8f4

Browse files
committed
Add libnotify-bin and python3-pulsectl to system packages installation
1 parent 5570bed commit 31dc8f4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

scripts/install_deps.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@ install_system_packages() {
8383
libxkbcommon-dev libxkbcommon-x11-dev libstartup-notification0-dev libxcb-xrm0 \
8484
libxcb-xrm-dev libxcb-shape0 libxcb-shape0-dev pavucontrol python3-pip \
8585
libhidapi-libusb0 libx11-dev libxinerama-dev libxss-dev libglib2.0-dev \
86-
libgtk-3-dev libxdg-basedir-dev libnotify-dev curl git wget rsync || {
86+
libgtk-3-dev libxdg-basedir-dev libnotify-dev libnotify-bin python3-pulsectl \
87+
curl git wget rsync || {
8788
log_error "Failed to install system packages"
8889
exit 1
8990
}

0 commit comments

Comments
 (0)