mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-03-10 07:30:28 +00:00
fix: updated the composer call (#2864)
This commit is contained in:
parent
3dd87d8989
commit
7352cbc220
@ -45,7 +45,8 @@ function update_script() {
|
|||||||
cp -R Heimdall-${VER}/* /opt/Heimdall
|
cp -R Heimdall-${VER}/* /opt/Heimdall
|
||||||
cd /opt/Heimdall
|
cd /opt/Heimdall
|
||||||
$STD apt-get install -y composer
|
$STD apt-get install -y composer
|
||||||
$STD COMPOSER_ALLOW_SUPERUSER=1 composer dump-autoload
|
export COMPOSER_ALLOW_SUPERUSER=1
|
||||||
|
$STD composer dump-autoload
|
||||||
echo "${RELEASE}" >/opt/${APP}_version.txt
|
echo "${RELEASE}" >/opt/${APP}_version.txt
|
||||||
msg_ok "Updated Heimdall Dashboard to ${RELEASE}"
|
msg_ok "Updated Heimdall Dashboard to ${RELEASE}"
|
||||||
msg_info "Restoring Data"
|
msg_info "Restoring Data"
|
||||||
|
Loading…
Reference in New Issue
Block a user