xcodes icon indicating copy to clipboard operation
xcodes copied to clipboard

Use sudo password prompt instead of custom

Open nihaals opened this issue 6 months ago • 1 comments

Using a normal sudo call would mean the sudoers config would be inherited, including a custom prompt. It's a bit jarring seeing a password prompt that doesn't match the expected sudo prompt and all the other standard sudo behaviours. This would also close #71.

nihaals avatar Dec 13 '23 16:12 nihaals

This is really necessary to install xcode on CI/CD in non-interactive mode.

Ernest0-Production avatar Feb 12 '24 13:02 Ernest0-Production