diff options
| author | MisakaNo の 小破站 <122191366+Misaka-blog@users.noreply.github.com> | 2024-04-01 12:11:58 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-01 12:11:58 +0300 |
| commit | 44b7eb881cb2ff2142f3566913c1e70ee8106556 (patch) | |
| tree | 3a823b42a871050375e8dc20e2c85baa10e71d9e /install.sh | |
| parent | 9b1146780ce62eaf663ad382436809620d335c41 (diff) | |
Add s390x arch support (#2172)
Diffstat (limited to 'install.sh')
| -rw-r--r-- | install.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 } |
