Skip to content

Commit fc1278f

Browse files
committed
fix: update aishell.json
1 parent b19c7c1 commit fc1278f

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

bucket/aishell.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"version": "1.0.0-preview.8",
3-
"description": "(Scoop bucket by arch3rpro) An interactive shell to work with AI-powered assistance providers",
3+
"description": "An interactive shell to work with AI-powered assistance providers",
44
"homepage": "https://github.com/PowerShell/AIShell",
55
"license": "MIT",
66
"architecture": {
@@ -10,16 +10,12 @@
1010
}
1111
},
1212
"bin": "aish.exe",
13-
"depends": [
14-
"pwsh",
15-
"psreadline"
16-
],
1713
"checkver": {
1814
"url": "https://api.github.com/repos/PowerShell/AIShell/releases",
1915
"jsonpath": "$.[?(@.tag_name =~ /v?([\\d.]+(-preview\\.[\\d]+)?)$/)].tag_name",
2016
"regex": "(?:v|V)?([\\d.]+(-preview\\.[\\d]+)?)"
2117
},
22-
"post_install": "Install-PSResource -Name AIShell -Repository PSGallery -Prerelease -TrustRepository -ErrorAction Stop -WarningAction SilentlyContinue",
18+
"post_install": "Install-PSResource -Name PSReadLine -Prerelease -TrustRepository -ErrorAction Stop -WarningAction SilentlyContinue; Install-PSResource -Name AIShell -Repository PSGallery -Prerelease -TrustRepository -ErrorAction Stop -WarningAction SilentlyContinue",
2319
"autoupdate": {
2420
"architecture": {
2521
"64bit": {

0 commit comments

Comments
 (0)