Skip to content
Snippets Groups Projects
Commit a80f65c1 authored by aiyion's avatar aiyion
Browse files

scripts: Alter shebangs to /usr/bin/env bash

in order to increase portability across systems where /bin/ does not contain bash.
parent d8177d64
No related branches found
No related tags found
No related merge requests found
#!/bin/bash #!/usr/bin/env bash
# For a List of pre-installed packages on the runner image see # For a List of pre-installed packages on the runner image see
# https://github.com/actions/runner-images/tree/main?tab=readme-ov-file#available-images # https://github.com/actions/runner-images/tree/main?tab=readme-ov-file#available-images
......
#!/bin/bash #!/usr/bin/env bash
echo "-- CPU --" echo "-- CPU --"
cat /proc/cpuinfo cat /proc/cpuinfo
......
#!/bin/bash #!/usr/bin/env bash
# Script to output the dependency graph of Gluon's packages # Script to output the dependency graph of Gluon's packages
# Limitations: # Limitations:
......
#!/bin/bash #!/usr/bin/env bash
set -e set -e
# Script to list all upgrade scripts in a clear manner # Script to list all upgrade scripts in a clear manner
......
#!/bin/bash #!/usr/bin/env bash
set -e set -e
......
#!/bin/bash #!/usr/bin/env bash
set -e set -e
......
#!/bin/bash #!/usr/bin/env bash
# shellcheck enable=check-unassigned-uppercase # shellcheck enable=check-unassigned-uppercase
set -e set -e
......
#!/bin/bash #!/usr/bin/env bash
# shellcheck enable=check-unassigned-uppercase # shellcheck enable=check-unassigned-uppercase
set -e set -e
......
#!/bin/bash #!/usr/bin/env bash
set -e set -e
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment