Software: qemu-ga check
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
lulzette 2023-05-17 22:30:32 +03:00
parent 32f03ed5dc
commit eca352baab

View File

@ -70,7 +70,7 @@ echo
# Какое ПО стоит? Docker/atop
echo -e "\n${TEXT_COLOR_GOOD} - Installed software: ${TEXT_COLOR_OFF}\n"
for i in "docker" "atop"
for i in "docker" "atop" "qemu-ga"
do
if which $i
then