Skip to content

Commit

Permalink
Release v0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hernanmd committed Oct 19, 2019
1 parent 3d6de67 commit 4c8aea2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions install.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
readonly PI_VERSION=""
readonly PI_VERSION="0.4.4"

readonly PI_HOME="$HOME/.pi"
readonly PI_REL="$HOME/pi/pi-0.4.3.tar.gz"
readonly PI_REL="$HOME/pi/pi-$PI_VERSION.tar.gz"

readonly ERR_UNSUPPORTED_OS=1
readonly ERR_INVALID_USAGE=2
Expand Down Expand Up @@ -126,8 +126,6 @@ show_banner () {
printf "${NORMAL}"
}



show_usage() {
cat <<-EOF
Usage: $(basename $0) COMMAND
Expand Down

0 comments on commit 4c8aea2

Please sign in to comment.