chore: Standardize on /usr/bin/bash

This commit is contained in:
Kyle Gospodnetich 2024-04-27 02:37:36 -07:00
parent 5402f530ef
commit 2f414416c1

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/bash
## setup auto-unlock LUKS2 encrypted root on Fedora/Silverblue/maybe others
## From https://github.com/bsherman/ublue-custom/blob/main/usr/bin/luks-enable-tpm2-autounlock
set -u