We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2ca129 commit d49bb79Copy full SHA for d49bb79
src/index.js
@@ -29,8 +29,8 @@ class CoCreateNginx {
29
30
await exec('sudo apt-get update');
31
await exec('sudo apt-get install -y nginx');
32
- await exec('sudo apt-get install -y ufw');
33
- await exec("sudo ufw allow 'Nginx Full'");
+ // await exec('sudo apt-get install -y ufw');
+ // await exec("sudo ufw allow 'Nginx Full'");
34
35
// await exec('sudo apt-get update && sudo apt-get install -y nginx');
36
// await exec("sudo ufw allow 'Nginx Full'");
0 commit comments