suppression des fichiers d'installation

This commit is contained in:
Djan GICQUEL 2022-04-29 17:52:12 +02:00
parent e3ebb6dbee
commit 416200964f
1 changed files with 4 additions and 1 deletions

View File

@ -29,6 +29,9 @@ sudo chmod a+rx /opt/borg-zenity/profile-manager.sh
mkdir -vp $HOME/.config/borg/
cp -fv borg-zenity.conf $HOME/.config/borg/
if [ -f readme.md ];then cd ..;fi
if [ -f borg-zenity.zip ];then rm -v borg-zenity.zip;fi
if [ -d borg-zenity ];then rm -rv borg-zenity;fi
echo "--------------------"
echo "Installation terminée."
echo "Vous pouvez supprimer le dossier «borg-zenity» et le fichier «borg-zenity.zip»"