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

View File

@ -11,7 +11,7 @@ var_disk="${var_disk:-6}"
var_cpu="${var_cpu:-2}"
var_ram="${var_ram:-2048}"
var_os="${var_os:-debian}"
var_version="${var_version:-13}"
var_version="${var_version:-10}"
var_unprivileged="${var_unprivileged:-1}"
header_info "$APP"

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