Use SSH for propagators
This commit is contained in:
parent
fffb1031f7
commit
8908440520
|
|
@ -15,7 +15,7 @@ trap cleanup EXIT
|
||||||
|
|
||||||
echo "downloading temporary modernfix..."
|
echo "downloading temporary modernfix..."
|
||||||
cd $WORK_DIR
|
cd $WORK_DIR
|
||||||
git clone https://github.com/embeddedt/ModernFix mfix &>/dev/null
|
git clone git@github.com:embeddedt/ModernFix.git mfix &>/dev/null
|
||||||
cd mfix
|
cd mfix
|
||||||
|
|
||||||
# gather version list
|
# gather version list
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@ trap "exit" INT
|
||||||
|
|
||||||
echo "downloading temporary modernfix..."
|
echo "downloading temporary modernfix..."
|
||||||
cd $WORK_DIR
|
cd $WORK_DIR
|
||||||
git clone git@github.com/embeddedt/ModernFix.git mfix &>/dev/null
|
git clone git@github.com:embeddedt/ModernFix.git mfix &>/dev/null
|
||||||
cd mfix
|
cd mfix
|
||||||
|
|
||||||
# gather version list
|
# gather version list
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user