ajout de l'option --update à install.sh
This commit is contained in:
parent
366d9f9aee
commit
1bd8701e78
@ -8,3 +8,9 @@ cp -v borg-gui.sh $HOME/bin/
|
||||
cp -v borg.svg $HOME/icons/
|
||||
cp -v profil.txt $HOME/.config/borg/
|
||||
cp -v sauvegarde-borg.desktop $HOME/.local/share/applications/
|
||||
|
||||
if [ "$1" = "--update" ];then
|
||||
cp -fv borg-gui.sh $HOME/bin/
|
||||
cp -fv borg.svg $HOME/icons/
|
||||
cp -fv sauvegarde-borg.desktop $HOME/.local/share/applications/
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user