-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PowerShell: Update requirement to version 5 #3330
Conversation
How about suggesting to install pwsh too as an alternative? |
Good idea! I'll add it later. |
Suggesting pwsh is nice, but how would updates be handled? Problem which i am thinkig of today: When you install pwsh using scoop and you need to update pwsh. How do you do this? Because uninstallation will try to remove pwsh (uninstall old) and fail due to it is use. |
I don't suggest install pwsh using scoop, since it will not be registered in the system, and won't be found by many apps. And in readme of scoop, pwsh is a prerequisite of installation, new user shouldn't install it by scoop, so it's ok, I think. |
5284602
to
30c9227
Compare
- The main bucket of Scoop has been separated to /~https://github.com/ScoopInstaller/Main - Requires PowerShell 5 and newer #3330 - Improve and refactor decompression functions #3204 #3409 #3411 - Move scoop config from `~\.scoop` to `~\.config\scoop\config.json` #3242 - Add `scoop hold` and `scoop unhold` for excluding programs from updates #3444 - Refactored some Core functions #3314 #3416 - Small fix for starting processes on Windows 7 #3415 Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com> Co-authored-by: Chawye Hsu <h404bi@outlook.com> Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com>
Close #3325