added the build command

This commit is contained in:
2026-01-20 07:47:15 +11:00
parent 77a7a44804
commit a12990ef65
5 changed files with 109 additions and 5 deletions

View File

@@ -6,7 +6,7 @@ from rich import print
def check_ground_libs_path():
# ensure the GROUND_LIBS var is set
if not os.getenv("GROUND_LIBS"):
print("digpkg: the [i]GROUND_LIBS[/] environment variable is not set, defaulting to /usr/lib/ground/")
print("[d]digpkg: the [i]GROUND_LIBS[/] environment variable is not set, defaulting to /usr/lib/ground/")
os.environ["GROUND_LIBS"] = "/usr/lib/ground/"
def check_sudo():