mirror of
https://github.com/Baipyrus/dotfiles.git
synced 2024-12-26 03:11:45 +00:00
remove excess colon in after install prompt
This commit is contained in:
parent
1d33d6ed32
commit
72061fd686
@ -10,7 +10,7 @@ ChocolateyInstall
|
|||||||
WSLInstall
|
WSLInstall
|
||||||
|
|
||||||
Write-Host "Installation Steps complete!" -ForegroundColor Cyan
|
Write-Host "Installation Steps complete!" -ForegroundColor Cyan
|
||||||
$continue = Read-Host "Continue with configuration? [Y/n]:"
|
$continue = Read-Host "Continue with configuration? [Y/n]"
|
||||||
if ($continue.ToLower() -eq 'n')
|
if ($continue.ToLower() -eq 'n')
|
||||||
{ return
|
{ return
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user