Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yujinqiu committed Mar 6, 2018
1 parent 2628fc7 commit 0e12ffd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release/install-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -371,11 +371,11 @@ main(){
NEW_VER=`ls /tmp/v2ray |grep v2ray-v |cut -d "-" -f2`
fi
else
# dowload via network and extract
# download via network and extract
installSoftware "curl"
getVersion
if [[ $? == 0 ]] && [[ "$FORCE" != "1" ]]; then
colorEcho ${GREEN} "Lastest version ${NEW_VER} is already installed."
colorEcho ${GREEN} "Latest version ${NEW_VER} is already installed."
exit
else
colorEcho ${BLUE} "Installing V2Ray ${NEW_VER} on ${ARCH}"
Expand Down

0 comments on commit 0e12ffd

Please sign in to comment.