pull/684/merge
Darien Raymond 2017-11-04 01:45:00 +01:00
parent 4b240eb683
commit 25a1f1d450
1 changed files with 2 additions and 2 deletions

View File

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