Update install.sh file

changed [scriptversion] and [scriptdate]
This commit is contained in:
Admin 2024-04-11 00:23:44 -04:00
parent 7186ae0c40
commit 888d309d43
1 changed files with 2 additions and 2 deletions

View File

@ -24,8 +24,8 @@ red='\033[0;31m'
brown='\033[0;33m' brown='\033[0;33m'
reset='\033[0m' # No Color reset='\033[0m' # No Color
scriptversion="1.0.3" scriptversion="1.0.4"
scriptdate="2024-01-06" scriptdate="2024-04-10"
set -euo pipefail set -euo pipefail