Compare commits

...

2 Commits

Author SHA1 Message Date
CanbiZ
9eb3c07789 Merge branch 'main' of https://github.com/community-scripts/ProxmoxVED 2025-05-15 16:04:06 +02:00
CanbiZ
15d87886e3 Update tools.func 2025-05-15 16:03:33 +02:00

View File

@ -453,7 +453,7 @@ install_composer() {
chmod +x "$COMPOSER_BIN"
composer diagnose >/dev/null 2>&1
msg_ok "Installed Composer $($COMPOSER_BIN --version | awk '{print $3}')"
msg_ok "Setup Composer"
}
# ------------------------------------------------------------------------------