Skip to content

Commit

Permalink
Merge pull request #153 from thiagotalma/patch-1
Browse files Browse the repository at this point in the history
Update cmdtool
  • Loading branch information
goreliu authored Apr 24, 2019
2 parents c474709 + e307611 commit 18c0bf3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/cmdtool
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@ elif [[ "$1" == wpath ]]; then
exit 1
fi
elif [[ "$1" == update ]]; then
which 7z || {
echo "7z command not found."
exit 1
}

version=$(cat VERSION)
echo Checking the latest version ...
latest_version=$(wget https://raw.githubusercontent.com/goreliu/wsl-terminal/master/VERSION -O -)
Expand Down

0 comments on commit 18c0bf3

Please sign in to comment.