Skip to content

Commit

Permalink
ArchLinux support in buildscript
Browse files Browse the repository at this point in the history
  • Loading branch information
Domaman202 committed Oct 21, 2023
1 parent cc0db63 commit e7255ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pbuild.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit e7255ee

Please sign in to comment.