diff --git a/install b/install index 5ca46688..ced94371 100755 --- a/install +++ b/install @@ -321,10 +321,10 @@ fi sudo apt-get update && sudo apt-get dist-upgrade -y -if [ $BULLSEYE -eq 1 ]; then - sudo apt purge -y python3-pip - sudo apt install -y python3-pip -fi +# if [ $BULLSEYE -eq 1 ]; then +# sudo apt purge -y python3-pip +# sudo apt install -y python3-pip +# fi if [ ! -d "/home/pi/venv" ]; then