Final Cut

This commit is contained in:
lunardunno
2023-11-25 14:46:20 +04:00
committed by GitHub
parent f4c06f952e
commit 7c6daf1e83

View File

@@ -13,4 +13,5 @@ fi;\
if [ "$(systemctl is-active docker)" != "active" ]; then sudo $pm $check_pkgs; sudo $pm $silent_inst $docker_pkg;\
sleep 5 && sudo systemctl start docker && sleep 5;\
fi;\
if ! command -v sudo > /dev/null 2>&1; then echo "Failed to install Docker"; exit 1; fi;\
docker --version