easy-devops 0.2.3 → 0.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -247,7 +247,7 @@ async function installNginx() {
247
247
  if (hasWinget) {
248
248
  spinner.text = 'Installing nginx via winget…';
249
249
  const result = await run(
250
- 'winget install -e --id Nginx.Nginx --accept-package-agreements --accept-source-agreements',
250
+ 'winget install -e --id nginxinc.nginx --accept-package-agreements --accept-source-agreements',
251
251
  { timeout: 120000 },
252
252
  );
253
253
  if (result.success) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "easy-devops",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "description": "A unified DevOps management tool with CLI and web dashboard for managing Nginx, SSL certificates, and Node.js on Linux and Windows servers.",
5
5
  "keywords": [
6
6
  "devops",