From bd06940b6a8e10ae3e8c41549c38ef89aca9cdc7 Mon Sep 17 00:00:00 2001 From: G2-Games Date: Tue, 20 Sep 2022 01:20:36 -0500 Subject: [PATCH] Streamlined version tag use --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index b0d325b..d165fe0 100755 --- a/install.sh +++ b/install.sh @@ -1,4 +1,4 @@ -version="${1:-1.0.1}" +version="${ver:-1.0.1}" bashrc=~/.bashrc zshrc=~/.zshrc originaldir=$PWD