mirror of
https://github.com/YunoHost/ynh-dev.git
synced 2024-09-03 20:05:59 +02:00
20 lines
555 B
Bash
Executable file
20 lines
555 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -x
|
|
|
|
git clone https://github.com/alexAubin/ynh-dev
|
|
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 " "
|
|
echo "---------------------------------------------------------------------"
|
|
echo "Done ! You should cd into 'ynh-dev' then check out './ynh-dev --help'"
|
|
echo "---------------------------------------------------------------------"
|
|
echo " "
|