debian netinst is super minimal. lets pull pre-requistes.

This commit is contained in:
2025-07-01 21:05:00 -05:00
parent 29dca6241e
commit adc57c1e37

View File

@ -44,6 +44,8 @@ unset IFS
#Global variables
#################
apt-get -y install git sudo dmidecode curl
export IS_PHYSICAL_HOST
IS_PHYSICAL_HOST="$(/usr/sbin/dmidecode -t System|grep -c Dell ||true)"