Skip to content

Commit

Permalink
Update setup.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
UnaTried authored Nov 1, 2024
1 parent 40c95e7 commit 75f72d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if ($Env:OS -eq "Windows_NT") {
break
}
} else {
Write-Host "Executing in MacOS or Linux mode"
Write-Host "Executing in MacOS or Linux mode" -ForegroundColor Green
}
# Function to test internet connectivity
function Test-InternetConnection {
Expand Down

0 comments on commit 75f72d2

Please sign in to comment.