mirror of
https://github.com/apernet/hysteria.git
synced 2025-04-03 04:27:39 +03:00
Revert "feat(install_server.sh): auto detect amd64-avx"
some vps have avx in their /proc/cpuinfo but actually not support it
This reverts commit f203ab901e
.
This commit is contained in:
parent
042f42b655
commit
a5647379b1
1 changed files with 0 additions and 6 deletions
|
@ -331,12 +331,6 @@ check_environment_architecture() {
|
|||
;;
|
||||
'amd64' | 'x86_64')
|
||||
ARCHITECTURE='amd64'
|
||||
# check avx
|
||||
if [[ -z "$VERSION" ]] || [[ "$(vercmp "$VERSION" 'v1.3.2')" -ge 0 ]]; then
|
||||
if grep -qs 'flags\s*:.* avx ' /proc/cpuinfo; then
|
||||
ARCHITECTURE='amd64-avx'
|
||||
fi
|
||||
fi
|
||||
;;
|
||||
'armv5tel' | 'armv6l' | 'armv7' | 'armv7l')
|
||||
ARCHITECTURE='arm'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue