revert change: Linux versions of stdOut

This commit is contained in:
lunardunno 2025-04-01 03:11:51 +04:00 committed by GitHub
parent 9e1298550f
commit d61e2bc8f6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,5 +20,4 @@ if [ "$(systemctl is-active docker)" != "active" ]; then \
sleep 5; sudo systemctl start docker; sleep 5;\ sleep 5; sudo systemctl start docker; sleep 5;\
fi;\ fi;\
if ! command -v sudo > /dev/null 2>&1; then echo "Failed to install sudo, command not found"; exit 1; fi;\ if ! command -v sudo > /dev/null 2>&1; then echo "Failed to install sudo, command not found"; exit 1; fi;\
docker --version;\ docker --version
uname -sr