We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87d5aa9 commit 7eda17bCopy full SHA for 7eda17b
bin/install.ps1
@@ -65,7 +65,7 @@ $repoUrl = "https://github.com/xxthunder/shortcuts.git"
65
$shortcutsDir = "$Env:USERPROFILE\shortcuts"
66
$branch = "develop"
67
68
-$bootstrap_git_tag = "v1.14.2"
+$bootstrap_git_tag = "v1.16.0"
69
70
# Load utility methods
71
Invoke-RestMethod -Uri https://raw.githubusercontent.com/avengineers/bootstrap/refs/tags/$bootstrap_git_tag/utils.ps1 | Invoke-Expression
0 commit comments