Compare commits

...

2 Commits

Author SHA1 Message Date
CanbiZ
0c9c28a3e7 Merge branch 'main' of https://github.com/community-scripts/ProxmoxVED 2025-05-15 15:59:52 +02:00
CanbiZ
a4041e4fe5 Update tools.func 2025-05-15 15:59:51 +02:00

View File

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