mise à jour du script d'installation avec test des paquets installés

This commit is contained in:
Djan GICQUEL 2021-08-05 18:23:19 +02:00
parent 0f490c59a1
commit 0d2f3ea82c
1 changed files with 10 additions and 0 deletions

View File

@ -1,6 +1,16 @@
#! /bin/bash
# Borg zenity install and update
which zenity
if [ "$?" != "0" ]; then
bash testdistro.sh || exit
fi
which borg
if [ "$?" != "0" ]; then
bash testdistro.sh || exit
fi
mkdir -p $HOME/bin/ $HOME/.icons/ $HOME/.local/share/applications/