Fix shebang
This commit is contained in:
parent
6d1004ac66
commit
bd1c61f6f7
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
set -e
|
||||
|
||||
ARCH=$(uname -m)
|
||||
|
|
Loading…
Reference in a new issue