Improve upgrade command with installation method detection (#158)

This commit is contained in:
Dax 2025-06-17 00:07:17 -04:00 committed by GitHub
parent b929b4f4b9
commit d054f88130
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 153 additions and 122 deletions

View file

@ -1518,7 +1518,7 @@ export default function Share(props: {
desc={desc}
data-size="sm"
text={
command + (result() ? `\n${result}` : "")
command + (result() ? `\n${result()}` : "")
}
/>
</div>