talos/hack
Florian Klink a50c42980f
fix: use #!/usr/bin/env bash as shebang instead of #!/bin/bash
This will fix running these scripts on distros without /bin/bash, but
where bash is in $PATH, such as NixOS.

Currently, `make fmt` otherwise fails to run:

```
make[3]: Leaving directory '/home/flokli/dev/numtide/manifoldfinance/talos'
sh: ./hack/fix-artifacts.sh: /bin/bash: bad interpreter: No such file or directory
make[2]: *** [Makefile:163: local-fmt-protobuf] Error 126
make[2]: Leaving directory '/home/flokli/dev/numtide/manifoldfinance/talos'
make[1]: *** [Makefile:274: fmt-protobuf] Error 2
make[1]: Leaving directory '/home/flokli/dev/numtide/manifoldfinance/talos'
make: *** [Makefile:277: fmt] Error 2
```

Signed-off-by: Florian Klink <flokli@flokli.de>
Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
2022-01-25 23:11:39 +03:00
..
chglog chore: use a single CHANGELOG 2020-04-17 11:24:48 -07:00
cloud-image-uploader chore: bump dependencies 2022-01-17 16:25:18 +03:00
docgen feat: multiple logging improvements 2021-10-25 16:52:24 +00:00
protoc-gen-doc chore: add API deprecations mechanism 2021-11-30 06:31:55 +00:00
test fix: use #!/usr/bin/env bash as shebang instead of #!/bin/bash 2022-01-25 23:11:39 +03:00
boilerplate.txt chore: implement DeepCopy for machine configuration 2021-07-08 07:21:24 -07:00
cleanup.sh chore: clean up /usr/bin from unneeded files 2022-01-11 23:33:12 +03:00
cloud-image-uploader.sh fix: use #!/usr/bin/env bash as shebang instead of #!/bin/bash 2022-01-25 23:11:39 +03:00
containerd.toml feat: support CRI configuration merging and reimplement registry config 2022-01-20 23:05:20 +03:00
cri-containerd.toml feat: support CRI configuration merging and reimplement registry config 2022-01-20 23:05:20 +03:00
cri-plugin.part feat: support CRI configuration merging and reimplement registry config 2022-01-20 23:05:20 +03:00
fix-artifacts.sh fix: use #!/usr/bin/env bash as shebang instead of #!/bin/bash 2022-01-25 23:11:39 +03:00
release.sh fix: use #!/usr/bin/env bash as shebang instead of #!/bin/bash 2022-01-25 23:11:39 +03:00
release.toml release(v0.15.0-alpha.1): prepare release 2022-01-24 16:08:38 +03:00
start-registry-proxies.sh fix: use #!/usr/bin/env bash as shebang instead of #!/bin/bash 2022-01-25 23:11:39 +03:00