From 32f03ed5dc89652f9b9987af6bc90d5605b978aa Mon Sep 17 00:00:00 2001 From: lulzette Date: Wed, 17 May 2023 22:25:46 +0300 Subject: [PATCH] Speedup playbook --- src/basic.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/basic.sh b/src/basic.sh index 80a3abc..49879be 100644 --- a/src/basic.sh +++ b/src/basic.sh @@ -72,7 +72,7 @@ echo -e "\n${TEXT_COLOR_GOOD} - Installed software: ${TEXT_COLOR_OFF}\n" for i in "docker" "atop" do - if `which $i` + if which $i then echo "$i is installed" else