remove forced mirumee version
This commit is contained in:
parent
1cfe90e437
commit
80c6dd8d70
1 changed files with 11 additions and 14 deletions
|
@ -406,10 +406,7 @@ fi
|
|||
echo "Cloning Saleor from github..."
|
||||
echo ""
|
||||
# Check if the -v (version) option was used
|
||||
if [ "$vOPT" = "true" ]; 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
|
||||
|
@ -424,7 +421,7 @@ else
|
|||
#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
|
||||
|
|
Loading…
Reference in a new issue