diff options
| author | srdusr <trevorgray@srdusr.com> | 2024-06-04 20:31:27 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2024-06-04 20:31:27 +0200 |
| commit | d18e4cccd62f79e546a1f9e1c2caecd678c6227c (patch) | |
| tree | ac95d982c5b1b0cece2d863652631a6d220bb740 | |
| parent | 2c72ccdbdece91fef58389401490d13bffd6f1b7 (diff) | |
| download | dotfiles-d18e4cccd62f79e546a1f9e1c2caecd678c6227c.tar.gz dotfiles-d18e4cccd62f79e546a1f9e1c2caecd678c6227c.zip | |
Try to make invoke web request faster
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -92,6 +92,7 @@ $ config checkout ```ps1 Set-ExecutionPolicy RemoteSigned -Scope CurrentUser -Force; ` +$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; ` |
