Skip to content

Commit 3110c2c

Browse files
authored
Make the script require PowerShell v7.4.6 (#309)
1 parent 26e7e08 commit 3110c2c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/scripts/install-aishell.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Copyright (c) Microsoft Corporation.
22
# Licensed under the MIT License.
33

4+
#Requires -Version 7.4.6
5+
46
param(
57
[Parameter(HelpMessage = "Specify this parameter to uninstall AI Shell")]
68
[switch] $Uninstall

0 commit comments

Comments
 (0)