diff --git a/install/librenms-install.sh b/install/librenms-install.sh index 6649662b6..a68c199ee 100644 --- a/install/librenms-install.sh +++ b/install/librenms-install.sh @@ -29,7 +29,7 @@ $STD apt-get install -y \ snmpd 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_composer diff --git a/misc/tools.func b/misc/tools.func index 25481b14c..5d179c758 100644 --- a/misc/tools.func +++ b/misc/tools.func @@ -439,7 +439,7 @@ install_composer() { # Download and install latest composer 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