Skip to content

Commit dd76691

Browse files
backnotpropclaude
andcommitted
Update install script to clear both OpenCode caches
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 94b8a2a commit dd76691

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ if ! echo "$PATH" | tr ':' '\n' | grep -qx "$INSTALL_DIR"; then
7373
fi
7474

7575
# Clear any cached OpenCode plugin to force fresh download on next run
76-
rm -rf ~/.cache/opencode/node_modules/@plannotator
76+
rm -rf ~/.cache/opencode/node_modules/@plannotator ~/.bun/install/cache/@plannotator 2>/dev/null
7777

7878
echo ""
7979
echo "=========================================="

0 commit comments

Comments
 (0)