From e71b8a1f1344725a307e3e3073bb23839f47f456 Mon Sep 17 00:00:00 2001 From: David Beniamine <david.beniamine@tetras-libre.fr> Date: Fri, 15 Feb 2019 11:00:52 +0100 Subject: [PATCH] Use tetras repositories --- postinstall_partage.sh | 2 +- postinstall_reseau.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/postinstall_partage.sh b/postinstall_partage.sh index c59912d..329c0b8 100755 --- a/postinstall_partage.sh +++ b/postinstall_partage.sh @@ -28,7 +28,7 @@ apt-eole install \ wakeonlan if [ ! -e "eole-wol" ] then - git clone https://gitecoles.grenoble.fr/grenoble/eole-wol + git clone https://gitlab.tetras-libre.fr/primtux-eole/plan-de-cuques/eole-wol/ cd eole-wol else cd eole-wol diff --git a/postinstall_reseau.sh b/postinstall_reseau.sh index 7111c74..1b2aaeb 100755 --- a/postinstall_reseau.sh +++ b/postinstall_reseau.sh @@ -26,7 +26,7 @@ apt-eole install \ xrdp if [ ! -e "eole-wol" ] then - git clone https://gitecoles.grenoble.fr/grenoble/eole-wol + git clone https://gitlab.tetras-libre.fr/primtux-eole/plan-de-cuques/eole-wol/ else cd eole-wol git pull -- GitLab