Skip to content

Commit 4c8aea2

Browse files
author
hernanmd
committed
Release v0.4.4
1 parent 3d6de67 commit 4c8aea2

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

install.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
readonly PI_VERSION=""
1+
readonly PI_VERSION="0.4.4"
22

33
readonly PI_HOME="$HOME/.pi"
4-
readonly PI_REL="$HOME/pi/pi-0.4.3.tar.gz"
4+
readonly PI_REL="$HOME/pi/pi-$PI_VERSION.tar.gz"
55

66
readonly ERR_UNSUPPORTED_OS=1
77
readonly ERR_INVALID_USAGE=2
@@ -126,8 +126,6 @@ show_banner () {
126126
printf "${NORMAL}"
127127
}
128128

129-
130-
131129
show_usage() {
132130
cat <<-EOF
133131
Usage: $(basename $0) COMMAND

0 commit comments

Comments
 (0)