remove forced mirumee version

This commit is contained in:
Djkato 2023-07-03 22:37:29 +02:00
parent 1cfe90e437
commit 80c6dd8d70

View file

@ -406,15 +406,12 @@ fi
echo "Cloning Saleor from github..."
echo ""
# Check if the -v (version) option was used
if [ "$vOPT" = "true" ]; then
# Was a repo specified?
if [ "$REPO" = "mirumee" ]; then
# Get the Mirumee repo
sudo -u $UN git clone https://github.com/mirumee/saleor.git
else
# Was a repo specified?
if [ "$REPO" = "mirumee" ]; then
# Get the Mirumee repo
sudo -u $UN git clone https://github.com/mirumee/saleor.git
else
# Get the Mirumee repo
echo "Cloning $REPO"
sudo -u $UN git clone $REPO
@ -423,8 +420,8 @@ else
# Get the forked repo from thewhiterabbit
#git clone https://github.com/mirumee/saleor.git
###### For possible later use ######
fi
fi
wait
# Make sure we're in the project root directory for Saleor
cd $HD/saleor