From 8580e880ca4803fb056d9c43b6616b0628917ade Mon Sep 17 00:00:00 2001 From: MRColor Date: Wed, 16 Nov 2022 13:19:46 +0100 Subject: [PATCH] fixed choiche select docker install on linux opt --- runme.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runme.ps1 b/runme.ps1 index db26d65..1b3035b 100644 --- a/runme.ps1 +++ b/runme.ps1 @@ -63,7 +63,7 @@ function fn_dockerInstall { Write-Output "1) Install Docker for Linux" Write-Output "2) Install Docker for Windows" $yn = Read-Host - Switch ($Select) { + Switch ($yn) { 1 { Write-Output "Starting Docker for linux auto installation script" Invoke-WebRequest https://get.docker.com -o "$SCRIPTS_DIR/get-docker.sh" ;