There was an error while loading. Please reload this page.
1 parent f3b4c3b commit d7b3e84Copy full SHA for d7b3e84
1 file changed
runme.ps1
@@ -430,10 +430,10 @@ function fn_dockerInstall {
430
}
431
432
Clear-Host
433
- print_and_log "Yellow" "Installing Docker for $script:OS_TYPE"
+ print_and_log "Yellow" "Installing Docker for $script:OS_TYPE."
434
$InstallStatus = $false;
435
436
- Switch ($OSTYPE) {
+ Switch ($script:OS_TYPE) {
437
"Linux" {
438
439
print_and_log "Yellow" "Starting Docker for Linux auto installation script"
0 commit comments