blob: e578bfcdcbcfc397cc2485e1993dd33fe00885f6 (
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.29.3.vsix"
echo "If the extension was previously installed from another source, you might need to add the '--force' switch."
}
post_upgrade() {
post_install
}
|