From 9f0113faedfeb28f1830a7e27b8f78305d9ef165 Mon Sep 17 00:00:00 2001 From: Djan GICQUEL <> Date: Thu, 5 Aug 2021 09:39:45 +0200 Subject: [PATCH] maj du script d'installation : ajout gestionnaire de profils --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index e7400ad..a64fe01 100644 --- a/install.sh +++ b/install.sh @@ -7,3 +7,5 @@ mkdir -p $HOME/bin/ $HOME/.icons/ $HOME/.local/share/applications/ cp -fv borg-gui.sh $HOME/bin/ cp -fv borg.svg $HOME/.icons/ cp -fv sauvegarde-borg.desktop $HOME/.local/share/applications/ +cp -fv gestprofilsborgzenity.desktop $HOME/.local/share/applications/ +cp -fv profile-manager.sh $HOME/bin/ \ No newline at end of file