blob: 12413cf8948d617be1f05e0a7afbc61ce5febe5b (
plain)
1
2
3
4
5
6
7
8
9
|
post_install() {
echo "Manually install or upgrade, e.g., if you're using VS Code:"
echo " code --install-extension /usr/share/roo-code/roo-cline-3.26.1.vsix"
echo "If the extension was installed previously, you might have to add the '--force' switch."
}
post_upgrade() {
post_install
}
|