From 6691785bcdc6f4195ef992ffefa5c80f5b5f66a2 Mon Sep 17 00:00:00 2001 From: srdusr Date: Tue, 4 Jun 2024 21:41:44 +0200 Subject: Try to make invoke web request faster --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a42180..7cb53d3 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ $ config checkout ```ps1 Set-ExecutionPolicy RemoteSigned -Scope CurrentUser -Force; ` -$ProgressPreference = 'SilentlyContinue' ` +$ProgressPreference = 'SilentlyContinue'; ` Invoke-WebRequest "https://github.com/srdusr/dotfiles/archive/main.zip" ` -OutFile "$HOME\Downloads\dotfiles.zip"; ` Expand-Archive -Path "$HOME\Downloads\dotfiles.zip" -DestinationPath "$HOME" -Force; ` -- cgit v1.2.3