$(which zenity) == ""

This commit is contained in:
qo-op 2020-12-04 15:38:46 +01:00
parent fc470fd922
commit 458bc04e86
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@
# ~/.zen/secret.ipfs & /tmp/config.ipfs # ~/.zen/secret.ipfs & /tmp/config.ipfs
# ~/.zen/ipfs.sync # ~/.zen/ipfs.sync
######################################################################## ########################################################################
[[ $(which zenity) == "" ]] && echo "Please! sudo apt install zenity. EXIT" && exit 1
[[ -f ~/.zen/ipfs.sync ]] && echo "CONFIG ALREADY DONE" && source ~/.zen/ipfs.sync && exit 0 [[ -f ~/.zen/ipfs.sync ]] && echo "CONFIG ALREADY DONE" && source ~/.zen/ipfs.sync && exit 0
function cleanTMP function cleanTMP