From 61b277b13abd3f89ac98bd7bc879d3f3a93b6c5b Mon Sep 17 00:00:00 2001 From: Minhyeok Park Date: Tue, 7 Jan 2025 15:56:31 +0900 Subject: [PATCH] fix: change download path --- init.ps1 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/init.ps1 b/init.ps1 index 9eed8f9..951cc5f 100644 --- a/init.ps1 +++ b/init.ps1 @@ -40,10 +40,11 @@ $env:PATH = "$env:PATH;C:\Program Files\Vim\vim91;" '@ | ` Out-File -FilePath $profile +cd ~/Desktop + $ProgressPreference = 'SilentlyContinue' Invoke-WebRequest -useb https://releases.pmh.codes/cocktail.tar -OutFile cocktail.tar Invoke-WebRequest -useb https://releases.pmh.codes/koishi.zip -OutFile koishi.zip tar -xvf cocktail.tar - -powershell code pack/ +Expand-Archive koishi.zip