mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-01-17 23:06:30 -05:00
fix typo
This commit is contained in:
parent
4b240eb683
commit
25a1f1d450
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user