From 4a44c9f280639bc32dcb14b670cb118e4ef25390 Mon Sep 17 00:00:00 2001 From: Maybelline Grace <69809000+MayTheCutie@users.noreply.github.com> Date: Mon, 8 Sep 2025 14:31:07 -0400 Subject: [PATCH] Update win_home_dockerMESA.sh --- win_home_dockerMESA.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/win_home_dockerMESA.sh b/win_home_dockerMESA.sh index 273e761..9482735 100755 --- a/win_home_dockerMESA.sh +++ b/win_home_dockerMESA.sh @@ -77,13 +77,6 @@ esac #echo $tag -tmp=$(command -v docker-machine) -if [[ $? != 0 ]];then - echo "Warning docker-machine not found" - echo 'Check docker-machine folder is in $PATH' - exit 1 -fi - tmp=$(command -v docker) if [[ $? != 0 ]];then echo "Warning docker not found"