From abaf9a5829f813ebeb150008dd349775337ab774 Mon Sep 17 00:00:00 2001 From: pedro Date: Wed, 16 Oct 2024 22:32:07 +0200 Subject: [PATCH] deploy-workbench: add python facilitator dep --- deploy-workbench.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy-workbench.sh b/deploy-workbench.sh index 0c8c2aa..78d3aaf 100755 --- a/deploy-workbench.sh +++ b/deploy-workbench.sh @@ -303,7 +303,7 @@ echo 'Install requirements' # Install debian requirements apt-get install -y --no-install-recommends \ sudo locales \ - python3 python3-dev python3-pip pipenv \ + python-is-python3 python3 python3-dev python3-pip pipenv \ dmidecode smartmontools hwinfo pciutils lshw nfs-common < /dev/null # Install lshw B02.19 utility using backports (DEPRECATED in Debian 12)