From 658aee8806ccedc3af659f9ba3788572d4c36b48 Mon Sep 17 00:00:00 2001 From: "G.Ambatte" Date: Mon, 23 Jan 2023 22:31:04 +1300 Subject: [PATCH] Fix titles --- install/windows/install.ps1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install/windows/install.ps1 b/install/windows/install.ps1 index 67655b7d5..eb364621e 100644 --- a/install/windows/install.ps1 +++ b/install/windows/install.ps1 @@ -1,5 +1,5 @@ -Write-Host Part One Install -BackgroundColor Black -ForegroundColor Yellow -Write-Host ================ -BackgroundColor Black -ForegroundColor Yellow +Write-Host Homebrewery Install -BackgroundColor Black -ForegroundColor Yellow +Write-Host =================== -BackgroundColor Black -ForegroundColor Yellow Write-Host Install Chocolatey -BackgroundColor Black -ForegroundColor Yellow Write-Host Instructions from https://chocolate.org/install -BackgroundColor Black -ForegroundColor Yellow @@ -17,7 +17,7 @@ Write-Host Install GIT -BackgroundColor Black -ForegroundColor Yellow choco install git -y -Write-Host Refresh -BackgroundColor Black -ForegroundColor Yellow +Write-Host Refresh Environment -BackgroundColor Black -ForegroundColor Yellow Import-Module "$env:ChocolateyInstall\helpers\chocolateyProfile.psm1" Update-SessionEnvironment