6 lines
74 B
Bash
Executable File
6 lines
74 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -o errexit
|
|
|
|
curl -fsSL https://claude.ai/install.sh | bash
|