File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ Function New-Startup-Shortcut {
48
48
# Initial bootstrapping (scoop and other dependencies)
49
49
function Invoke-Bootstrap {
50
50
# Download bootstrap scripts from external repository
51
- Invoke-RestMethod https:// raw.githubusercontent.com / avengineers/ bootstrap- installer/ refs/ tags/ $bootstrap_git_tag / install.ps1 | Invoke-Expression
51
+ Invoke-RestMethod - Uri https:// raw.githubusercontent.com / avengineers/ bootstrap- installer/ refs/ tags/ $bootstrap_git_tag / install.ps1 | Invoke-Expression
52
52
# Execute bootstrap script
53
53
. .\.bootstrap\bootstrap.ps1
54
54
}
Original file line number Diff line number Diff line change 1
1
@ echo off
2
2
3
3
set " THIS_DIR = %~dp0 "
4
- AutoHotkey.exe " %THIS_DIR% hotkeys.ahk" || pause
5
- exit /b %ERRORLEVEL%
4
+ start " " AutoHotkey.exe " %THIS_DIR% hotkeys.ahk" || pause
You can’t perform that action at this time.
0 commit comments