python 3.10

This commit is contained in:
Marcel Walter 2025-10-26 02:36:03 +02:00
parent 426fb0dc26
commit 4e345a0578

View File

@ -14,6 +14,8 @@ network_check
update_os update_os
msg_info "Installing Dependencies" msg_info "Installing Dependencies"
$STD apt remove -y python3.13
$STD apt-get install -y python3.10
$STD apt install -y python3-lxml $STD apt install -y python3-lxml
$STD apt install -y python3-ldap $STD apt install -y python3-ldap
$STD apt install -y python3-xlwt $STD apt install -y python3-xlwt