mise à jour du script d'installation avec test des paquets installés
This commit is contained in:
parent
0f490c59a1
commit
0d2f3ea82c
10
install.sh
10
install.sh
@ -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/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user