mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
No error if existing directory, with mkdir.
This commit is contained in:
parent
43c38f87a5
commit
a48f560a85
1 changed files with 1 additions and 1 deletions
|
|
@ -128,7 +128,7 @@ parts:
|
||||||
chmod +x install_meteor.sh
|
chmod +x install_meteor.sh
|
||||||
sh install_meteor.sh
|
sh install_meteor.sh
|
||||||
rm install_meteor.sh
|
rm install_meteor.sh
|
||||||
mkdir packages
|
mkdir -p packages
|
||||||
cd packages
|
cd packages
|
||||||
git clone --depth 1 -b master https://github.com/wekan/flow-router.git kadira-flow-router
|
git clone --depth 1 -b master https://github.com/wekan/flow-router.git kadira-flow-router
|
||||||
git clone --depth 1 -b master https://github.com/meteor-useraccounts/core.git meteor-useraccounts-core
|
git clone --depth 1 -b master https://github.com/meteor-useraccounts/core.git meteor-useraccounts-core
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue