From db0a5bb74d76033710269506c6941a4d27633b6d Mon Sep 17 00:00:00 2001 From: srdusr Date: Wed, 5 Jun 2024 19:07:01 +0200 Subject: Testing --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 13e787d..2f64b6b 100644 --- a/README.md +++ b/README.md @@ -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 ``` -- cgit v1.2.3