reduce dependencies and use debian 10

This commit is contained in:
Marcel Walter
2025-10-26 02:43:44 +01:00
parent edbd07fb14
commit 45bea82a94
2 changed files with 1 additions and 10 deletions
-9
View File
@@ -14,15 +14,6 @@ network_check
update_os
msg_info "Installing Dependencies"
$STD apt install -y git
$STD curl https://pyenv.run | bash
$STD echo 'export PYENV_ROOT="$HOME/.pyenv"' >> ~/.bashrc
$STD echo 'command -v pyenv >/dev/null || export PATH="$PYENV_ROOT/bin:$PATH"' >> ~/.bashrc
$STD echo 'eval "$(pyenv init -)"' >> ~/.bashrc
$STD source ~/.bashrc
$STD pyenv install 3.10.19
$STD pyenv global 3.10.19
$STD apt install -y python3-lxml
$STD apt install -y python3-ldap
$STD apt install -y python3-xlwt