From f30956a56f24d32235c6d6ba61380c804da0157b Mon Sep 17 00:00:00 2001 From: "jakob.stendahl" Date: Sat, 24 Dec 2022 15:11:13 +0100 Subject: Improve install scripts --- bin/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/install.sh') diff --git a/bin/install.sh b/bin/install.sh index 2c96658..93fd7a1 100755 --- a/bin/install.sh +++ b/bin/install.sh @@ -140,7 +140,7 @@ else execCommand "apt -qy install nodejs" fi execCommand "apt -qy install jq curl" -execCommand "apt -qy install python3-pip" +execCommand "apt -qy install python3-pip python3-venv" execCommand "pip3 install virtualenv" # Get package -- cgit v1.2.3