improve scripts

This commit is contained in:
nora 2023-08-27 12:15:45 +02:00
parent 1176a13caa
commit ed1774a247
2 changed files with 2 additions and 1 deletions

View file

@ -1,4 +1,4 @@
#/usr/bin/env bash #!/usr/bin/env bash
set -euo pipefail set -euo pipefail

View file

@ -37,6 +37,7 @@
dig dig
openssl openssl
caddy caddy
shellcheck
]; ];
}; };
}); });