From 43498e2ed229c4c445cf7e192bae1ef535444f70 Mon Sep 17 00:00:00 2001 From: Djan GICQUEL <> Date: Thu, 5 Aug 2021 10:12:28 +0200 Subject: [PATCH] =?UTF-8?q?ajout=20de=20commentaires,r=C3=A9glages=20des?= =?UTF-8?q?=20droits?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index a64fe01..a9b8efb 100644 --- a/install.sh +++ b/install.sh @@ -4,8 +4,13 @@ mkdir -p $HOME/bin/ $HOME/.icons/ $HOME/.local/share/applications/ +# copie des fichiers 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 +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