This commit is contained in:
Harivansh Rathi 2026-01-01 15:13:56 +05:30
parent dcec7691bc
commit a7ac3869bc

View file

@ -137,7 +137,7 @@ echo ""
# Change to target directory and run claude /setup-agent
cd "$TARGET_DIR"
if command -v claude &> /dev/null; then
claude --dangerously-skip-permissions /setup-agent
claude --print --dangerously-skip-permissions -p "/setup-agent"
else
echo -e "${RED}Error: 'claude' command not found in PATH${NC}"
echo "Please ensure Claude Code is installed and run manually:"