change repo and avoid OS test
This commit is contained in:
parent
0cdf015d13
commit
7b646227a9
1 changed files with 5 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue