From 1ef0bf42f463b6eafaf8764d0b27b5e7fb8dafa0 Mon Sep 17 00:00:00 2001 From: June Tate-Gans Date: Thu, 28 Mar 2024 22:40:04 -0500 Subject: [PATCH] debian: Why is it that no package manager handles notty? --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 8041abd..30a1db8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -71,7 +71,7 @@ steps: commands: - apt-get update - - apt-get -f install ./build/g13*.deb + - apt-get -fy install ./build/g13*.deb - python3 -m g13gui.tests ---