From a737c8c05aad5eda76012a2ae422c732377315f3 Mon Sep 17 00:00:00 2001 From: Jerry Vonau Date: Mon, 4 Mar 2024 01:41:57 -0600 Subject: [PATCH] leave python2 packages --- scripts/U2404_python2.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/U2404_python2.sh b/scripts/U2404_python2.sh index 9c6f6e4b12..e9559cb856 100644 --- a/scripts/U2404_python2.sh +++ b/scripts/U2404_python2.sh @@ -33,7 +33,7 @@ source bin/activate bin/pip install ka-lite-static --no-python-version-warning --no-cache-dir deactivate -apt -y remove `apt list *python2* | grep installed | awk -F / '{ print $1 }'` +#apt -y remove `apt list *python2* | grep installed | awk -F / '{ print $1 }'` apt-mark unhold `apt-mark showhold` rm /etc/apt/sources.list.d/python2.list