From 770734acb6b3b5a45cb2d6d8b3ba5bbc0a59918a Mon Sep 17 00:00:00 2001 From: mh4ckt3mh4ckt1c4s Date: Thu, 24 Nov 2022 21:33:12 +0100 Subject: [PATCH] Remove duplicate install --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 00f19b2..51e4547 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -3,7 +3,7 @@ #================================================= # COMMON VARIABLES #================================================= -pkg_dependencies="python3-dev python3-babel python3-venv uwsgi uwsgi-plugin-python3 git build-essential libxslt-dev zlib1g-dev libffi-dev libssl-dev uwsgi uwsgi-plugin-python3" +pkg_dependencies="python3-dev python3-babel python3-venv uwsgi uwsgi-plugin-python3 git build-essential libxslt-dev zlib1g-dev libffi-dev libssl-dev" #================================================= # UWSGI HELPERS