mirror of
https://github.com/Crosstalk-Solutions/project-nomad.git
synced 2026-04-03 15:26:16 +02:00
Merge 14f31e4a1c into 44ecf41ca6
This commit is contained in:
commit
ac67f660a3
|
|
@ -94,6 +94,11 @@ ensure_dependencies_installed() {
|
||||||
missing_deps+=("curl")
|
missing_deps+=("curl")
|
||||||
fi
|
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)
|
# Check for whiptail (used for dialogs, though not currently active)
|
||||||
# if ! command -v whiptail &> /dev/null; then
|
# if ! command -v whiptail &> /dev/null; then
|
||||||
# missing_deps+=("whiptail")
|
# missing_deps+=("whiptail")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user