debian: Why is it that no package manager handles notty?

This commit is contained in:
June Tate-Gans 2024-03-28 22:40:04 -05:00
parent 0273151648
commit 1ef0bf42f4

View File

@ -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
---