mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-25 18:05:54 +00:00
Merge branch 'main' of https://github.com/community-scripts/ProxmoxVED
This commit is contained in:
@@ -29,7 +29,7 @@ $STD apt-get install -y \
|
|||||||
snmpd
|
snmpd
|
||||||
msg_ok "Installed Dependencies"
|
msg_ok "Installed Dependencies"
|
||||||
|
|
||||||
PHP_VERSION=8.2 PHP_FPM=yes PHP_APACHE=no install_php
|
PHP_VERSION=8.2 PHP_FPM=YES PHP_APACHE=NO install_php
|
||||||
install_mariadb
|
install_mariadb
|
||||||
install_composer
|
install_composer
|
||||||
|
|
||||||
|
|||||||
@@ -439,7 +439,7 @@ install_composer() {
|
|||||||
|
|
||||||
# Download and install latest composer
|
# Download and install latest composer
|
||||||
curl -fsSL https://getcomposer.org/installer -o /tmp/composer-setup.php
|
curl -fsSL https://getcomposer.org/installer -o /tmp/composer-setup.php
|
||||||
php /tmp/composer-setup.php --install-dir=/usr/local/bin --filename=composer &>/dev/null
|
php /tmp/composer-setup.php --install-dir=/usr/local/bin --filename=composer >/dev/null 2>&1 </dev/null
|
||||||
|
|
||||||
if [[ $? -ne 0 ]]; then
|
if [[ $? -ne 0 ]]; then
|
||||||
msg_error "Failed to install Composer"
|
msg_error "Failed to install Composer"
|
||||||
|
|||||||
Reference in New Issue
Block a user