How do I update to the version in bucket instead of auto-generated #6280
-
For example, I install an app@1.0.0 for some reason. And now I want to change back to the version in the bucket, what should I do? |
Beta Was this translation helpful? Give feedback.
Answered by
HUMORCE
May 31, 2025
Replies: 1 comment
-
Edit Whether or not configs loss depends on persistence of manifest. when you lose configs when these operation, you can also get them back via |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
RichardLuo0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Edit
<App>\current\install.json
: from"url": "..."
to"bucket": "<its bucket>"
then execute:scoop update <App> --force
Whether or not configs loss depends on persistence of manifest. when you lose configs when these operation, you can also get them back via
scoop reset <App>@<Version>
,scoop info <app>
will show installed version of app.