Skip to content

Commit

Permalink
FIX - docker install OSTYPE
Browse files Browse the repository at this point in the history
  • Loading branch information
MRColorR committed Sep 9, 2023
1 parent f3b4c3b commit d7b3e84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runme.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -430,10 +430,10 @@ function fn_dockerInstall {
}

Clear-Host
print_and_log "Yellow" "Installing Docker for $script:OS_TYPE"
print_and_log "Yellow" "Installing Docker for $script:OS_TYPE."
$InstallStatus = $false;

Switch ($OSTYPE) {
Switch ($script:OS_TYPE) {
"Linux" {
Clear-Host
print_and_log "Yellow" "Starting Docker for Linux auto installation script"
Expand Down

0 comments on commit d7b3e84

Please sign in to comment.