1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-01-06 01:05:35 -05:00
This commit is contained in:
Darien Raymond
2017-11-04 01:45:00 +01:00
parent 4b240eb683
commit 25a1f1d450

View File

@@ -67,7 +67,7 @@ colorEcho(){
echo -e "\033[${COLOR}${@:2}\033[0m"
}
sysAcrh(){
sysArch(){
ARCH=$(uname -m)
if [[ "$ARCH" == "i686" ]] || [[ "$ARCH" == "i386" ]]; then
VDIS="32"
@@ -320,7 +320,7 @@ main(){
[[ "$CHECK" == "1" ]] && checkUpdate
[[ "$REMOVE" == "1" ]] && remove
sysAcrh
sysArch
# extract local file
if [[ $LOCAL_INSTALL -eq 1 ]]; then
echo "Install V2Ray via local file"