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
|
|
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