From 21501ed2ce8c832f73a2fe042f34fa377b1d1c26 Mon Sep 17 00:00:00 2001 From: Bruno 21 Date: Sat, 26 Jun 2021 08:11:06 +0200 Subject: [PATCH] pip.sh -change do_not_update array --- plugins.d/pip.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins.d/pip.sh b/plugins.d/pip.sh index bedd20c..3b2b2c9 100755 --- a/plugins.d/pip.sh +++ b/plugins.d/pip.sh @@ -33,7 +33,7 @@ user="" # Add module to the do_not_update array for prevent to update. #declare -a do_not_update=() #declare -a do_not_update=("parso" "asgiref") -declare -a do_not_update=("lunr" "idna" "smmap") +declare -a do_not_update=("idna" "starlette") # #########################################