Skip to content

Commit

Permalink
leave python2 packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jvonau committed Mar 4, 2024
1 parent 5fc4952 commit a737c8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/U2404_python2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a737c8c

Please sign in to comment.