Comparing version 2.3.77 to 2.3.78
{ | ||
"name": "netget", | ||
"version": "2.3.77", | ||
"version": "2.3.78", | ||
"description": "Rette Adepto/ Recibido Directamente.", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -5,3 +5,2 @@ import os from 'os'; | ||
import { execShellCommand } from '../../utils/execShellCommand.js'; | ||
import { verifyNginxInstallation } from './verifyNginxInstallation.js'; | ||
@@ -46,4 +45,3 @@ const checkForChoco = async () => { | ||
await execShellCommand(installCmd); | ||
const isNginxVerified = await verifyNginxInstallation(); | ||
console.log(isNginxVerified ? chalk.green('NGINX is installed and verified successfully.') : chalk.yellow('NGINX is installed but could not be verified.')); | ||
return true; | ||
} catch (error) { | ||
@@ -50,0 +48,0 @@ console.error(chalk.red(`${error.message}`)); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
869281
1070