Speedup playbook
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
lulzette 2023-05-17 22:25:46 +03:00
parent d688810304
commit 32f03ed5dc

View File

@ -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