From 7b646227a96079537b3d5f96dec875946e2fed85 Mon Sep 17 00:00:00 2001 From: Djkato Date: Mon, 3 Jul 2023 22:18:54 +0200 Subject: [PATCH] change repo and avoid OS test --- deploy.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/deploy.sh b/deploy.sh index bd7c9d7..b72aa52 100644 --- a/deploy.sh +++ b/deploy.sh @@ -26,7 +26,7 @@ IN=$(uname -a) arrIN=(${IN// / }) IN2=${arrIN[3]} arrIN2=(${IN2//-/ }) -OS=${arrIN2[1]} +OS=Debian ######################################################################################### @@ -125,6 +125,9 @@ while [ -n "$1" ]; do # while loop starts esac shift done +vOPT="true" +VERSION="3.14.2" +REPO="https://github.com/saleor/saleor.git" ######################################################################################### @@ -413,7 +416,7 @@ else sudo -u $UN git clone https://github.com/mirumee/saleor.git else # Get the Mirumee repo - sudo -u $UN git clone https://github.com/mirumee/saleor.git + sudo -u $UN git clone $REPO ###### For possible later use ###### # Get the forked repo from thewhiterabbit