Skip to content

Commit f97b354

Browse files
committed
fix: option -y when installing
1 parent cc8d775 commit f97b354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class CoCreateNginx {
3333
// await exec("sudo ufw allow 'Nginx Full'");
3434

3535
await exec('sudo apt-get update && sudo apt-get install -y nginx');
36-
await exec('sudo apt-get install nginx-full');
36+
await exec('sudo apt-get install -y nginx-full');
3737
await exec("sudo ufw allow 'Nginx Full'");
3838
}
3939

0 commit comments

Comments
 (0)