You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-2Lines changed: 12 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,7 @@ Pre-built installers live on the [GitHub Releases page](https://github.com/Sense
91
91
|----------|----------|------------|
92
92
| Windows |[Grab the `-windows-x64.exe` from the latest release](https://github.com/SenseTime-FVG/agent_pack/releases/latest)| Double-click and follow the wizard; installation runs inside WSL2, and the PowerShell window is taken over by the installed agent when setup finishes |
93
93
| macOS |[Grab the `-macos-universal.pkg` from the latest release](https://github.com/SenseTime-FVG/agent_pack/releases/latest)| Double-click, then complete setup in the macOS wizard for product selection and LLM configuration; when setup finishes it opens the selected OpenClaw Gateway Terminal plus dashboard, and the Hermes Terminal when chosen |
94
-
| Linux |[Grab the `-linux.sh` from the latest release](https://github.com/SenseTime-FVG/agent_pack/releases/latest)*or* the one-liner below | Download and run `chmod +x AgentPack-*-linux.sh && ./AgentPack-*-linux.sh`, or paste `curl -fsSL https://raw.githubusercontent.com/SenseTime-FVG/agent_pack/main/linux/install.sh \| bash` — either way the shell that ran the installer is handed over to the agent via `exec`|
94
+
| Linux |[Grab the `-linux.sh` from the latest release](https://github.com/SenseTime-FVG/agent_pack/releases/latest)*or* the one-liner below | Download and run `chmod +x AgentPack-*-linux.sh && ./AgentPack-*-linux.sh`, or paste `bash <(curl -fsSL https://raw.githubusercontent.com/SenseTime-FVG/agent_pack/main/linux/install.sh)` — either way the shell that ran the installer is handed over to the agent via `exec`|
0 commit comments