diff --git a/install.sh b/install.sh index 96ff508..fe75e41 100644 --- a/install.sh +++ b/install.sh @@ -58,7 +58,9 @@ fi # Création du fichier de configuration de base mkdir -vp $HOME/.config/borg/ +if [ ! -f $HOME/.config/borg/borg-zenity.conf ];then cp -fv borg-zenity.conf $HOME/.config/borg/ +fi # nettoyage if [ -f readme.md ];then cd ..;fi