Update healthchecks-install.sh

This commit is contained in:
CanbiZ 2025-05-21 15:03:16 +02:00
parent db79261e56
commit 562aa611f0

View File

@ -23,7 +23,7 @@ msg_ok "Installed Dependencies"
msg_info "Setup Python3" msg_info "Setup Python3"
$STD apt-get install -y \ $STD apt-get install -y \
python3 python3-dev python3 python3-dev python3-pip
$STD pip install --upgrade pip $STD pip install --upgrade pip
msg_ok "Setup Python3" msg_ok "Setup Python3"