From ee03adfedb9c3ba8a7cd9ceedb12c596305f5045 Mon Sep 17 00:00:00 2001 From: thetrekker Date: Sun, 2 Oct 2016 16:28:53 -0500 Subject: [PATCH] Update cairo-dock_git.sh Script does not work because there is no default for GIT_REPO --- cairo-dock_git.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cairo-dock_git.sh b/cairo-dock_git.sh index 932a158..884f286 100755 --- a/cairo-dock_git.sh +++ b/cairo-dock_git.sh @@ -268,6 +268,8 @@ install(){ echo -e "$LG_SSH" read DL_SSH [ "$DL_SSH" = "y" -o "$DL_SSH" = "Y" ] && GIT_REPO=$GIT_REPO_SSH || GIT_REPO=$GIT_REPO_HTTPS + else + GIT_REPO=$GIT_REPO_HTTPS fi read -p "$LG_FORK" DL_FORK