diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-08-13 13:10:03 +0200 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-08-13 13:10:03 +0200 |
commit | e9beff8327e8476d5d6d043ca61216849e9cb0f9 (patch) | |
tree | e5eba8dfd3f433a06e5652d6a829fff618ac148a | |
parent | fb3adc59bd4f17fb19b5dc07a6c0dcd8b3429228 (diff) |
remove broken package polkit-dumb-agent-git
-rwxr-xr-x | bspwmrc | 1 | ||||
-rwxr-xr-x | install.sh | 9 |
2 files changed, 1 insertions, 9 deletions
@@ -49,7 +49,6 @@ killall -qw polybar; ~/.config/polybar/launch.sh & killall -qw init_monitor.sh; ~/.config/bspwm/init_monitor.sh & xset led named "Scroll Lock" -pgrep -x polkit-dumb-agent > /dev/null || polkit-dumb-agent & bspc monitor "${SCR1}" -n 1 -d 1 2 3 4 5 6 7 8 9 @@ -89,7 +89,7 @@ if command_exists pacman; then gst-plugins-bad \ sl - paru -S --noconfirm cava i3lock-fancy-rapid-git neo-matrix polkit-dumb-agent-git + paru -S --noconfirm cava i3lock-fancy-rapid-git neo-matrix elif command_exists apt; then ${SUDO} apt install -y gnupg gcc cmake g++ pkg-config libfontconfig1-dev libxcb1-dev libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev apt-transport-https @@ -138,13 +138,6 @@ elif command_exists apt; then gstreamer1.0-plugins-good \ gstreamer1.0-plugins-bad \ sl - - cat <<EOT > /usr/bin/polkit-dumb-agent -#!/bin/bash - -exit 0 -EOT - chmod a+x /usr/bin/polkit-dumb-agent else echo "Your distro is not supported." exit 1 |