pxe: finally this is the thing for nfs

cleanup old deps
This commit is contained in:
pedro 2024-09-27 09:34:41 -03:00
parent 697e9041cd
commit 92e7e43131
1 changed files with 1 additions and 3 deletions

View File

@ -303,9 +303,7 @@ echo 'Install requirements'
apt-get install -y --no-install-recommends \ apt-get install -y --no-install-recommends \
sudo \ sudo \
python3 python3-dev python3-pip pipenv \ python3 python3-dev python3-pip pipenv \
dmidecode smartmontools hwinfo pciutils lshw < /dev/null dmidecode smartmontools hwinfo pciutils lshw nfs-common < /dev/null
# Install python requirements using apt instead of pip
#python3-dateutils python3-decouple python3-colorlog nfs-common
# Install lshw B02.19 utility using backports (DEPRECATED in Debian 12) # Install lshw B02.19 utility using backports (DEPRECATED in Debian 12)
#apt install -y -t ${VERSION_CODENAME}-backports lshw < /dev/null #apt install -y -t ${VERSION_CODENAME}-backports lshw < /dev/null