Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMisakaNo の 小破站 <122191366+Misaka-blog@users.noreply.github.com>2024-04-01 12:11:58 +0300
committerGitHub <noreply@github.com>2024-04-01 12:11:58 +0300
commit44b7eb881cb2ff2142f3566913c1e70ee8106556 (patch)
tree3a823b42a871050375e8dc20e2c85baa10e71d9e /install.sh
parent9b1146780ce62eaf663ad382436809620d335c41 (diff)
Add s390x arch support (#2172)
Diffstat (limited to 'install.sh')
-rw-r--r--install.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/install.sh b/install.sh
index 692e9e7e..c9e30035 100644
--- a/install.sh
+++ b/install.sh
@@ -31,6 +31,7 @@ arch() {
armv7* | armv7 | arm) echo 'armv7' ;;
armv6* | armv6) echo 'armv6' ;;
armv5* | armv5) echo 'armv5' ;;
+ s390x) echo 's390x' ;;
*) echo -e "${green}Unsupported CPU architecture! ${plain}" && rm -f install.sh && exit 1 ;;
esac
}