From 458bc04e86b92442c33c752f9516c9bb4a96bdcf Mon Sep 17 00:00:00 2001 From: qo-op Date: Fri, 4 Dec 2020 15:38:46 +0100 Subject: [PATCH] $(which zenity) == "" --- 1stRUNconfig.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/1stRUNconfig.sh b/1stRUNconfig.sh index be85c2a..31ccf6a 100755 --- a/1stRUNconfig.sh +++ b/1stRUNconfig.sh @@ -14,6 +14,7 @@ # ~/.zen/secret.ipfs & /tmp/config.ipfs # ~/.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 function cleanTMP