sane-wipe-browser: dont call pkill with sudo

This commit is contained in:
Colin 2024-02-28 10:36:13 +00:00
parent 3816393e06
commit 0d97191f74

View File

@ -28,10 +28,10 @@ wipe_browser() {
|| true # in case no matches || true # in case no matches
# browsers like to stick around in the background so they can load faster # browsers like to stick around in the background so they can load faster
sudo pkill brave || true pkill brave || true
sudo pkill epiphany || true pkill epiphany || true
sudo pkill firefox || true pkill firefox || true
sudo pkill librewolf || true pkill librewolf || true
} }
wipe_dino() { wipe_dino() {