mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-12-12 16:31:34 -06:00
endurain: remove unneeded deps (#9855)
* Update endurain-install.sh updated deps for v0.16.0. MariaDB support was dropped. * chore: cosmetics --------- Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com>
This commit is contained in:
parent
5854318163
commit
38a9ad8e09
@ -14,10 +14,7 @@ network_check
|
||||
update_os
|
||||
|
||||
msg_info "Installing Dependencies"
|
||||
$STD apt install -y \
|
||||
default-libmysqlclient-dev \
|
||||
build-essential \
|
||||
pkg-config
|
||||
$STD apt install -y build-essential
|
||||
msg_ok "Installed Dependencies"
|
||||
|
||||
PYTHON_VERSION="3.13" setup_uv
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user