mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-05 16:02:19 +00:00
Improve upgrade command with installation method detection (#158)
This commit is contained in:
parent
b929b4f4b9
commit
d054f88130
6 changed files with 153 additions and 122 deletions
|
|
@ -1518,7 +1518,7 @@ export default function Share(props: {
|
|||
desc={desc}
|
||||
data-size="sm"
|
||||
text={
|
||||
command + (result() ? `\n${result}` : "")
|
||||
command + (result() ? `\n${result()}` : "")
|
||||
}
|
||||
/>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue