2018-09-03 23:10:38 +02:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
set -x
|
|
|
|
|
2018-09-04 16:37:34 +02:00
|
|
|
git clone https://github.com/yunohost/ynh-dev
|
2018-09-03 23:10:38 +02:00
|
|
|
cd ./ynh-dev
|
|
|
|
git clone https://github.com/YunoHost/moulinette
|
|
|
|
git clone https://github.com/YunoHost/yunohost
|
|
|
|
git clone https://github.com/YunoHost/yunohost-admin
|
|
|
|
git clone https://github.com/YunoHost/SSOwat ssowat
|
|
|
|
|
|
|
|
mkdir -p apps
|
|
|
|
|
|
|
|
set +x
|
|
|
|
|
|
|
|
echo " "
|
2018-09-04 02:25:26 +02:00
|
|
|
echo "---------------------------------------------------------------------"
|
|
|
|
echo "Done ! You should cd into 'ynh-dev' then check out './ynh-dev --help'"
|
|
|
|
echo "---------------------------------------------------------------------"
|
2018-09-03 23:10:38 +02:00
|
|
|
echo " "
|