From baf266ffd36892a9ffdecf0c1ddcb33ba24f5073 Mon Sep 17 00:00:00 2001 From: Wojciech Jarmosz Date: Sun, 24 Apr 2022 21:04:28 +0200 Subject: [PATCH] Remove split from package install --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index cc1076b..6be89bc 100644 --- a/install.sh +++ b/install.sh @@ -2,7 +2,7 @@ apt update -y apt upgrade -apt-get install python3 python3-pip python3-venv unzip gawk split +apt-get install python3 python3-pip python3-venv unzip gawk python3 -m venv env source ./env/bin/activate pip install -r requirements.txt