ArchLinux support in buildscript

This commit is contained in:
DomamaN202 2023-10-22 06:45:51 +07:00
parent cc0db633d6
commit e7255ee14d
1 changed files with 1 additions and 0 deletions

View File

@ -103,6 +103,7 @@ def check_tools():
if len(missing_tools) > 0:
subprocess.run(["sudo", "apt", "install"] + missing_tools)
subprocess.run(["sudo", "pacman", "-S"] + missing_tools)
def create_hdd(IMAGE_NAME):