index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | David Runge <dvzrv@archlinux.org> | 2020-05-30 00:01:28 +0200 |
---|---|---|
committer | David Runge <dvzrv@archlinux.org> | 2020-07-29 14:27:48 +0200 |
commit | e264b44682a930f70715ea58cf96e69c87a86b64 (patch) | |
tree | 2fe053fd799a5c19d56338301d8cbe35a35bec10 /configs/releng/airootfs/root | |
parent | 47e11125e4672fc3448caefa6728439160daedd3 (diff) |
-rwxr-xr-x | configs/releng/airootfs/root/customize_airootfs.sh | 2 |
diff --git a/configs/releng/airootfs/root/customize_airootfs.sh b/configs/releng/airootfs/root/customize_airootfs.sh index 3f81617..b121e71 100755 --- a/configs/releng/airootfs/root/customize_airootfs.sh +++ b/configs/releng/airootfs/root/customize_airootfs.sh @@ -1,4 +1,6 @@ #!/usr/bin/env bash +# +# SPDX-License-Identifier: GPL-3.0-or-later set -e -u |