There was an error while loading. Please reload this page.
1 parent 41aec16 commit 9f81423Copy full SHA for 9f81423
1 file changed
public/install.sh
@@ -645,7 +645,6 @@ EOF
645
echo -e "Installed from source. To update later, run: ${INFO}clawdbot update --restart${NC}"
646
echo -e "Switch to global install later: ${INFO}curl -fsSL https://clawd.bot/install.sh | bash -s -- --install-method npm${NC}"
647
elif [[ "$INSTALL_METHOD" == "npm" ]]; then
648
- echo -e "Source install (GitHub checkout): ${INFO}curl -fsSL https://clawd.bot/install.sh | bash -s -- --install-method git --no-onboard${NC}"
649
elif [[ "$is_upgrade" == "true" ]]; then
650
echo -e "Upgrade complete. Run ${INFO}clawdbot doctor${NC} to check for additional migrations."
651
else
0 commit comments