From e0e5440d98bc910480c11d2687a95d98c5c6a009 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Mon, 27 May 2024 12:43:01 +0200 Subject: [PATCH] Fix interactivity in pacman script --- bin/pacman-remove-orphans | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/pacman-remove-orphans b/bin/pacman-remove-orphans index b9182b7..8952e79 100755 --- a/bin/pacman-remove-orphans +++ b/bin/pacman-remove-orphans @@ -1,2 +1,2 @@ #!/usr/bin/env sh -pacman -Qtdq | xargs --no-run-if-empty sudo pacman -Rns +pacman -Qtdq | xargs --open-tty --no-run-if-empty sudo pacman -Rns