update behaviour of create-container
This commit is contained in:
parent
5c22f497b3
commit
3fde9f6c98
1 changed files with 2 additions and 0 deletions
2
blend
2
blend
|
@ -417,6 +417,8 @@ def enter_container():
|
|||
def create_container():
|
||||
for container in args.pkg:
|
||||
args.container_name = container
|
||||
if container in distro_map.keys() and distro_input == None:
|
||||
arg.distro = container
|
||||
distrobox_create_container()
|
||||
subprocess.call(['distrobox-enter', '-nw', '-n', args.container_name, '--', 'echo -n'])
|
||||
|
||||
|
|
Loading…
Reference in a new issue