This commit is contained in:
chriscrosstalk 2026-03-27 16:39:48 -07:00 committed by GitHub
commit ac67f660a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -94,6 +94,11 @@ ensure_dependencies_installed() {
missing_deps+=("curl")
fi
# Check for gpg (required for NVIDIA container toolkit keyring)
if ! command -v gpg &> /dev/null; then
missing_deps+=("gpg")
fi
# Check for whiptail (used for dialogs, though not currently active)
# if ! command -v whiptail &> /dev/null; then
# missing_deps+=("whiptail")