TheOfficialFloW / VitaShell

Multi-functional file manager for PS Vita
GNU General Public License v3.0
1.4k stars 224 forks source link

Ask only once for an install all if the list contain at least one Unsafe homebrew #449

Closed onaryc closed 6 years ago

onaryc commented 6 years ago

I'm using the install all option to update a bunch of unsafe homebrew (emulator, ports, tools, ...). This option is convenient, but each time a new install starts, i have to confirm the permission (and when i update/install a dozen of applications it is a bit annoying).

I understand the need to warn the user, but would it be more convenient to scan all homebew installer, make a list of unsafe ones, display it to the user and ask him to confirm the permission only once if needed?

TheOfficialFloW commented 6 years ago

Added option to disable it: https://github.com/TheOfficialFloW/VitaShell/commit/36a16a48ea22b01f4a15de015bc07cea5e9e52c2

onaryc commented 6 years ago

Thanks :)