From e2bd24bbd4676107dd6c281b0f9f723ebf03f928 Mon Sep 17 00:00:00 2001 From: Nils <32552517+byReqz@users.noreply.github.com> Date: Tue, 19 Jan 2021 19:03:29 +0000 Subject: [PATCH] version typo --- conn.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conn.sh b/conn.sh index 47cca12..0e8c881 100644 --- a/conn.sh +++ b/conn.sh @@ -1,5 +1,5 @@ #!/bin/bash -version=19 +version=20 if [[ $(curl -s https://raw.githubusercontent.com/byReqz/conn/main/version) > "$version" ]] && [[ -z $1 ]] || [[ $(curl -s https://raw.githubusercontent.com/byReqz/conn/main/version) > "$version" ]] && [[ $1 != "--update" ]] || [[ $(curl -s https://raw.githubusercontent.com/byReqz/conn/main/version) > "$version" ]] && [[ $1 != "-u" ]];then echo "#############################################" echo -e "\e[4mnote: newer version detected, use -u to update\e[0m"