ci: use /usr/bin/env instead of /bin/env

Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
Paul Meyer 2022-11-17 11:44:20 +01:00
parent 827b62c2be
commit 7f5a1dd901
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/bin/env bash
#!/usr/bin/env bash
set -euxo pipefail
# This will work in sd-boot 251 to auto-enroll secure boot keys.

View File

@ -1,4 +1,4 @@
#!/bin/env bash
#!/usr/bin/env bash
set -euxo pipefail
# set selinux to permissive