diff options
| author | srdusr <trevorgray@srdusr.com> | 2024-06-05 19:07:01 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2024-06-05 19:07:01 +0200 |
| commit | db0a5bb74d76033710269506c6941a4d27633b6d (patch) | |
| tree | 9b6d5c38089d7074727b4278b5890daace139c88 | |
| parent | fd61f47ef6846e32280283674fbbcec6bb67efb5 (diff) | |
| download | dotfiles-db0a5bb74d76033710269506c6941a4d27633b6d.tar.gz dotfiles-db0a5bb74d76033710269506c6941a4d27633b6d.zip | |
Testing
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -98,11 +98,11 @@ Invoke-WebRequest "https://github.com/srdusr/dotfiles/archive/main.zip" ` Expand-Archive -Path "$HOME\Downloads\dotfiles.zip" -DestinationPath "$HOME" -Force; ` Move-Item -Path "$HOME\dotfiles-main\*" -Destination "$HOME" -Force; ` Remove-Item -Path "$HOME\dotfiles-main" -Recurse -Force; ` -. "$HOME\.config\powershell\bootstrap.ps1" +. "$HOME\install.bat" Set-ExecutionPolicy RemoteSigned -Scope CurrentUser -Force -irm 'https://raw.githubusercontent.com/srdusr/dotfiles/main/install.bat' | iex +irm 'https://raw.githubusercontent.com/srdusr/dotfiles/main/.config/powershell/bootstrap.ps1' | iex ``` |
