Remove old ufw job
Some checks are pending
continuous-integration/laminar-eldarion Build failed with exit code 123 after 3 seconds

This commit is contained in:
Starbeamrainbowlabs 2021-11-26 22:23:41 +00:00
parent b2bff80bc6
commit ce1e84ba51
Signed by: sbrl
GPG key ID: 1BE5172E637709C2

View file

@ -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";