From 885630d44b51fd6e3dfcacd1d343fab6591d6255 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 13 Aug 2022 13:18:54 -0300 Subject: bin/gc: Fix password input to sudo --- bin/gc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/gc b/bin/gc index 23a0436..7fc92ec 100755 --- a/bin/gc +++ b/bin/gc @@ -65,7 +65,7 @@ disk() { gc_guix() { - pass show velhinho/0-andreh-password | sudo -S guix system delete-generations + pass show velhinho/0-andreh-password | head -n1 | sudo -iS guix system delete-generations guix home delete-generations guix gc -d } -- cgit v1.2.3