From 4749fb6f015b642d9dd28c9980cc3195bdb6aff0 Mon Sep 17 00:00:00 2001 From: Alban Vidal Date: Wed, 27 Mar 2019 06:51:44 +0100 Subject: [PATCH] Update repository URL Signed-off-by: Alban Vidal --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b4413a..ad7afc8 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ You just need to clone this repository in `/srv/git/basic_config_debian` and to ```bash apt install git mkdir -p /srv/git -git clone https://framagit.org/alban.vidal/basic_config_debian.git /srv/git/basic_config_debian +git clone https://framagit.org/zorval/config_system/basic_config_debian.git /srv/git/basic_config_debian cd /srv/git/basic_config_debian ./auto_config.sh ```