You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@nopeless Before you do that, i kinda changed how Winget and Chocolatey are installed, it's not automated with the script's startup anymore, even the Daily Upgrade Scheduled Tasks (#110).
Check the develop branch, and if you feel good (or not) on the changes, let me know (find them on src/lib/package-managers).
Again, the way Winget and Chocolatey installs was changed, they'll install as a feature on DEMAND, when the user wants to install a software and didn't got winget or chocolatey working, it'll install only the needed tool to get the demanded package.
No automated update will happen, only the package manager install.
Description
src/scripts/Install-PackageManager.ps1
Reason
I do not like automated updates unless its a package I am actively tracking. A simple Y/N prompt should satisfy all types of users
Examples
PowerToys once had a bug introduced in their update. Had I enabled automatic updates I wouldn't have figured out whats wrong.
However, some people would prefer the security enhancements of automatic updates. I think it should be a choice
The text was updated successfully, but these errors were encountered: