From 5e39c657936d099a74cea9e5d0f4099d52003c4e Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Tue, 4 Sep 2018 16:37:34 +0200 Subject: [PATCH] Point to yunohost repo so that's more relevant for the PR --- README.md | 4 ++-- deploy.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7a98aee..c67e6cb 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ If you run Archlinux, this page should be quite useful to setup LXC : https://gi Then, go into your favorite development folder and deploy ynh-dev with : ```bash -curl https://raw.githubusercontent.com/alexAubin/ynh-dev/master/deploy.sh | bash +curl https://raw.githubusercontent.com/yunohost/ynh-dev/master/deploy.sh | bash ``` This will create a new `ynh-dev` folder with everything you need inside. In particular, you shall notice that there are clones or the various git repositories. In the next step, we shall start a LXC and 'link' those folders between the host and the LXC. @@ -129,7 +129,7 @@ Deploy a `ynh-dev` folder at the root of the filesystem with : ``` cd / -curl https://raw.githubusercontent.com/alexAubin/ynh-dev/master/deploy.sh | bash +curl https://raw.githubusercontent.com/yunohost/ynh-dev/master/deploy.sh | bash cd /ynh-dev ``` diff --git a/deploy.sh b/deploy.sh index eefb283..546fbb6 100755 --- a/deploy.sh +++ b/deploy.sh @@ -2,7 +2,7 @@ set -x -git clone https://github.com/alexAubin/ynh-dev +git clone https://github.com/yunohost/ynh-dev cd ./ynh-dev git clone https://github.com/YunoHost/moulinette git clone https://github.com/YunoHost/yunohost