more dependencies

This commit is contained in:
Marcel Walter 2025-10-26 01:55:37 +02:00
parent 1e637b506f
commit ab26b1cf2f
2 changed files with 2 additions and 1 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:-12}"
var_version="${var_version:-13}"
var_unprivileged="${var_unprivileged:-1}"
header_info "$APP"

View File

@ -18,6 +18,7 @@ $STD apt install -y python3-lxml
$STD apt install -y python3-ldap
$STD apt install -y python3-xlwt
$STD apt install -y python3-num2words
$STD apt install -y python3-stdnum
curl -fsSL "http://archive.ubuntu.com/ubuntu/pool/universe/l/lxml-html-clean/python3-lxml-html-clean_0.1.1-1_all.deb" -o /opt/python3-lxml-html-clean.deb
$STD dpkg -i /opt/python3-lxml-html-clean.deb
curl -fsSL "http://archive.ubuntu.com/ubuntu/pool/universe/v/vatnumber/python3-vatnumber_1.2-9_all.deb" -o /opt/python3-vatnumber.deb