mirror of https://github.com/XTLS/Xray-install
Make script more compatible and fails fast
parent
a600b066da
commit
ecb25454be
|
@ -1,4 +1,6 @@
|
||||||
#!/bin/ash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
set -euxo pipefail
|
||||||
|
|
||||||
# Identify architecture
|
# Identify architecture
|
||||||
case "$(arch -s)" in
|
case "$(arch -s)" in
|
||||||
|
|
Loading…
Reference in New Issue