Extract images action

This commit is contained in:
jonct 2024-07-15 03:30:40 -04:00
parent a0c0599e7b
commit ff2416b638
No known key found for this signature in database
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,5 @@
# SPDX-FileCopyrightText: © 2024 Jip-Hop and the Jailmakers <https://github.com/Jip-Hop/jailmaker>
#
# SPDX-License-Identifier: LGPL-3.0-only
from utils.download import run_lxc_download_script

View File

@ -143,6 +143,7 @@ from actions.log import log_jail
from actions.shell import shell_jail
from actions.start import start_jail
from actions.restart import restart_jail
from actions.images import run_lxc_download_script
def cleanup(jail_path):