Remove python3-dev, as it was commented out

This commit is contained in:
Andy Grunwald 2025-01-28 13:20:49 +01:00
parent 4c894d24c0
commit fdc09aca1f
No known key found for this signature in database
GPG Key ID: 4DF3757FE7EB0B6E

View File

@ -23,7 +23,6 @@ msg_ok "Installed Dependencies"
msg_info "Updating Python3"
$STD apt-get install -y \
python3 \
#python3-dev \
python3-pip
rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED
msg_ok "Updated Python3"