[wiki: Add following page] "Migrating install from local/custom version to official bucket without scoop uninstall
"
#5959
goyalyashpal
started this conversation in
Show and tell
Replies: 1 comment
-
Illustration Cases... moved in first comment below ... For brevity, Only relevant fields are show in output 1. Beeref (from local bucket to
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Migrating custom installs to upstream buckets without
scoop uninstall
"Scenario
i have faced this situation 2 times:
beeref: Add version 0.3.3 Extras#13124
how to update those installed via `app@version` ?? #5954
i.e.
and no, neither of
scoop install <intended-bucket>/<app>
orscoop update <intended-bucket>/<app> --force
will solve this.Steps & Summary
<intended-bucket>/<app>
,change the key-value in
install.json
file in$(scoop prefix <app>)
directory to"bucket": "<intended-bucket>"
.and remove the
"url":
key-value pairbash
. (steps took from SO: q/42716734)Illustration Cases
... moved in first comment below ...
Beta Was this translation helpful? Give feedback.
All reactions