Skip to content

Commit 5f6ec53

Browse files
committed
remove install ai agent
1 parent 4b360e2 commit 5f6ec53

1 file changed

Lines changed: 10 additions & 6 deletions

File tree

install-ai-agent.sh

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,20 @@
22
set -ex
33

44
# openspec
5-
echo "prefix=/opt/npm" > /opt/node/lib/node_modules/npm/npmrc
6-
npm install -g @fission-ai/openspec@latest
5+
# echo "prefix=/opt/npm" > /opt/node/lib/node_modules/npm/npmrc
6+
# npm install -g @fission-ai/openspec@latest
77

88
# cursor cli
9-
export HOME=/opt/cursor
10-
curl https://cursor.com/install -fsS | bash
9+
# export HOME=/opt/cursor
10+
# curl https://cursor.com/install -fsS | bash
1111

1212
mkdir -p /opt/bin
13-
cp -rf /opt/cursor/.local/bin/agent /opt/npm/bin
14-
cp -rf /opt/cursor/.local/bin/cursor-agent /opt/npm/bin
13+
# cp -rf /opt/cursor/.local/bin/agent /opt/npm/bin
14+
# cp -rf /opt/cursor/.local/bin/cursor-agent /opt/npm/bin
15+
16+
# opencode
17+
# OPENCODE_VERSION="v1.14.21"
18+
# curl -fsSL "https://github.com/anomalyco/opencode/releases/download/${OPENCODE_VERSION}/opencode-linux-x64.tar.gz" | tar -xz -C /opt/bin/
1519

1620
# 全局配置
1721
echo "prefix=/root/.npm-packages" > /opt/node/lib/node_modules/npm/npmrc

0 commit comments

Comments
 (0)