From ad81d066db71d28dbced3e21e76793549b7068f1 Mon Sep 17 00:00:00 2001 From: Djan GICQUEL <> Date: Tue, 10 Aug 2021 11:18:00 +0200 Subject: [PATCH] =?UTF-8?q?ajout=20d'un=20texte=20=C3=A0=20la=20fin=20de?= =?UTF-8?q?=20l'installation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 045b603..f957669 100644 --- a/install.sh +++ b/install.sh @@ -25,4 +25,7 @@ cp -fv profile-manager.sh $HOME/bin/ # réglages des droits chmod 700 $HOME/bin/borg-gui.sh -chmod 700 $HOME/bin/profile-manager.sh \ No newline at end of file +chmod 700 $HOME/bin/profile-manager.sh + +echo "--------------------" +echo "Installation terminée."