Skip to content

Commit

Permalink
fixed choiche select docker install on linux opt
Browse files Browse the repository at this point in the history
  • Loading branch information
MRColorR committed Nov 16, 2022
1 parent 876abff commit 8580e88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runme.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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" ;
Expand Down

0 comments on commit 8580e88

Please sign in to comment.