Make script more compatible and fails fast

pull/86/head
Loyalsoldier 2020-07-12 14:15:50 +08:00 committed by GitHub
parent a600b066da
commit ecb25454be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,6 @@
#!/bin/ash
#!/usr/bin/env bash
set -euxo pipefail
# Identify architecture
case "$(arch -s)" in