From c15f2c800c8f48ba6451f52398caf4b97b8e66ee Mon Sep 17 00:00:00 2001 From: Baipyrus Date: Thu, 28 Nov 2024 16:17:06 +0100 Subject: [PATCH] bugfix: rename zip installation directory to avoid conflict with git clone --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2245ce9..44d3835 100644 --- a/README.md +++ b/README.md @@ -51,8 +51,8 @@ cloning the repository or directly execute it from shell: ```pwsh irm https://api.github.com/repos/Baipyrus/dotfiles/zipball -O "$env:TMP\dotfiles.zip" -Expand-Archive "$env:TMP\dotfiles.zip" -D "$env:TMP\dotfiles" -F -gci "$env:TMP\dotfiles\**\install_windows.ps1" | % { +Expand-Archive "$env:TMP\dotfiles.zip" -D "$env:TMP\dotfiles-zip" -F +gci "$env:TMP\dotfiles-zip\**\install_windows.ps1" | % { saps powershell.exe -Wait -Wo $_.DirectoryName -A "-Ex", "Bypass", "-F", $_.FullName } ```