Remove old ufw job
Some checks are pending
continuous-integration/laminar-eldarion Build failed with exit code 123 after 3 seconds
Some checks are pending
continuous-integration/laminar-eldarion Build failed with exit code 123 after 3 seconds
This commit is contained in:
parent
b2bff80bc6
commit
ce1e84ba51
1 changed files with 0 additions and 9 deletions
|
@ -1,9 +0,0 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
RUN "sudo apt-get update";
|
||||
|
||||
RUN "sudo apt-get install --yes ufw";
|
||||
|
||||
RUN "sudo ufw allow 22/tcp comment ssh";
|
||||
|
||||
RUN "echo 'y' | sudo ufw enable";
|
Loading…
Reference in a new issue