Skip to content

Commit 92bafbd

Browse files
committed
Add one message
1 parent a67409a commit 92bafbd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/scripts/install-aishell.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ function Install-AIShellApp {
9595

9696
if (-not $destinationExists) {
9797
# Create the directory if not existing.
98+
Write-Host "Creating the target folder '$destination' ..."
9899
if ($IsWindows) {
99100
$null = New-Item -Path $destination -ItemType Directory -Force
100101
} else {

0 commit comments

Comments
 (0)