This commit is contained in:
Marc Beninca 2024-09-13 15:45:17 +02:00
parent 2dfdabed26
commit e306971534
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -1,8 +1,11 @@
"""Handle system commands & packages."""
commands: list[str] = []
packages: list[str] = []
def need(command: str) -> None:
"""Assert package dependency for a command."""
match command:
case "debootstrap":
package = "debootstrap"