change repo and avoid OS test

This commit is contained in:
Djkato 2023-07-03 22:18:54 +02:00
parent 0cdf015d13
commit 7b646227a9

View file

@ -26,7 +26,7 @@ IN=$(uname -a)
arrIN=(${IN// / }) arrIN=(${IN// / })
IN2=${arrIN[3]} IN2=${arrIN[3]}
arrIN2=(${IN2//-/ }) arrIN2=(${IN2//-/ })
OS=${arrIN2[1]} OS=Debian
######################################################################################### #########################################################################################
@ -125,6 +125,9 @@ while [ -n "$1" ]; do # while loop starts
esac esac
shift shift
done 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 sudo -u $UN git clone https://github.com/mirumee/saleor.git
else else
# Get the Mirumee repo # 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 ###### ###### For possible later use ######
# Get the forked repo from thewhiterabbit # Get the forked repo from thewhiterabbit