From 6e4c633b42d10f9cc464b3990bd0ec80a34801ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Thu, 30 Jun 2022 06:38:05 +0200 Subject: [PATCH] Do not install python3-venv --- install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/install.sh b/install.sh index 5442084..3d3cb00 100755 --- a/install.sh +++ b/install.sh @@ -68,7 +68,6 @@ _install() { if ! command -v python3 >/dev/null ; then printf 'Python3 not installed, installing ...\n' _install "python3" - _install "python3-venv" printf 'Done\n' fi