From 7c68f1bbb07f75a789e554cd01ae90b99a9e4815 Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Wed, 13 Sep 2023 09:12:57 +0200 Subject: [PATCH] debian: add `python3-venv` --- debian.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/debian.sh b/debian.sh index a0baf59..c35d63c 100755 --- a/debian.sh +++ b/debian.sh @@ -75,6 +75,7 @@ apt_install() { pkg-config \ psmisc \ python3 \ + python3-venv \ ripgrep \ rsync \ shellcheck \