Fix build process not being able to see packages.

This commit is contained in:
2025-10-22 20:51:57 -07:00
parent 369728b7ef
commit c0a220cebe
7 changed files with 55 additions and 12 deletions

View File

@@ -12,11 +12,11 @@ PT_STORAGE_DIR=/tmp/ProvisionTests
## Packages
PACKAGES="git bash curl sudo which"
EXTRA_ARCH=""
EXTRA_DEBIAN=""
EXTRA_FEDORA=""
EXTRA_OPENSUSE=""
EXTRA_UBUNTU=""
EXTRA_ARCH="htop"
EXTRA_DEBIAN="htop"
EXTRA_FEDORA="htop"
EXTRA_OPENSUSE="htop"
EXTRA_UBUNTU="htop"
## Script
REPO=https://git.hyperling.com/me/env-ansible