This commit is contained in:
Marc Beninca 2024-02-16 21:42:48 +01:00
parent 5112761af5
commit e11b92e57b
4 changed files with 22 additions and 29 deletions

View file

@ -1,10 +0,0 @@
import cmd
import ps
cmd.need('debootstrap')
def debootstrap(input_mirror: str, output_root: str):
ps.run([
'debootstrap',
])