From 97b8de7fd3919cf47f69d43fc2891d8cdc96b663 Mon Sep 17 00:00:00 2001 From: pedro Date: Fri, 27 Sep 2024 09:28:16 -0300 Subject: [PATCH] pxe: nfs-common dep was in the wrong place --- deploy-workbench.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/deploy-workbench.sh b/deploy-workbench.sh index 1cf319d..2e29ff9 100755 --- a/deploy-workbench.sh +++ b/deploy-workbench.sh @@ -303,7 +303,7 @@ apt-get install -y --no-install-recommends \ 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 + #python3-dateutils python3-decouple python3-colorlog nfs-common # Install lshw B02.19 utility using backports (DEPRECATED in Debian 12) #apt install -y -t ${VERSION_CODENAME}-backports lshw < /dev/null @@ -427,8 +427,7 @@ install_requirements() { squashfs-tools xorriso mtools - dosfstools - nfs-common' + dosfstools' # secureboot: # -> extra src https://wiki.debian.org/SecureBoot/ # -> extra src https://wiki.debian.org/SecureBoot/VirtualMachine