From bd52916b06d302eca2268e1678d00d45b3960d7d Mon Sep 17 00:00:00 2001 From: pedro Date: Fri, 27 Sep 2024 09:34:41 -0300 Subject: [PATCH] pxe: finally this is the thing for nfs cleanup old deps --- deploy-workbench.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/deploy-workbench.sh b/deploy-workbench.sh index 02d4601..b14ed73 100755 --- a/deploy-workbench.sh +++ b/deploy-workbench.sh @@ -303,9 +303,7 @@ echo 'Install requirements' apt-get install -y --no-install-recommends \ sudo \ python3 python3-dev python3-pip pipenv \ - dmidecode smartmontools hwinfo pciutils lshw < /dev/null - # Install python requirements using apt instead of pip - #python3-dateutils python3-decouple python3-colorlog nfs-common + dmidecode smartmontools hwinfo pciutils lshw nfs-common < /dev/null # Install lshw B02.19 utility using backports (DEPRECATED in Debian 12) #apt install -y -t ${VERSION_CODENAME}-backports lshw < /dev/null