From 7378dacaa5fd47b48c331183275e4658f7603671 Mon Sep 17 00:00:00 2001 From: Baipyrus Date: Mon, 21 Oct 2024 21:05:57 +0200 Subject: [PATCH] visually encapsulate proxyswitcher install for readability --- install_windows.ps1 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/install_windows.ps1 b/install_windows.ps1 index bb100f0..281d08a 100644 --- a/install_windows.ps1 +++ b/install_windows.ps1 @@ -156,8 +156,10 @@ Write-Host "Setting up PowerShell profile..." -ForegroundColor Cyan CopyFileWithPrompt "$dotfilesRepo\PowerShell\Microsoft.PowerShell_profile.ps1" $psProfile # Setting up self-made ProxySwitcher -Write-Host "Setting up ProxySwitcher..." -ForegroundColor Cyan +Write-Host "============================================" -ForegroundColor DarkGray +Write-Host "Setting up ProxySwitcher via subscript..." -ForegroundColor Cyan Invoke-RestMethod 'https://raw.githubusercontent.com/Baipyrus/ProxySwitcher/main/install.ps1' | Invoke-Expression +Write-Host "============================================" -ForegroundColor DarkGray function UnzipAndInstall {