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
Even after adding user ALL=(ALL:ALL) NOPASSWD: ALL in /etc/sudoers, when running sudo softwareupdate -i -a -R there is a password prompt on macOS. Our goal should be to eliminate as much as possible of the various macOS user attention required stuff.
In addition, when softwareupdate needs a reboot, there is a prompt that asks Do you want to terminate running processes in this window? -- we need a way of bypassing this prompt. As of right now, the script continues after a reboot by adding a line that does bash <(curl -sSL https://install.doctor/start) at the end of the ~/.zshrc
Basically, we need to figure out the best way of running this script on macOS without having to deal with all the manual prompts.
⏺️ Steps To Reproduce
No response
📒 Relevant Log Output
No response
💡 Possible Solution
No response
The text was updated successfully, but these errors were encountered:
❔ What are you experiencing an issue with?
Latest Release
❔ Version
N/A
🐞 Description
Even after adding
user ALL=(ALL:ALL) NOPASSWD: ALL
in/etc/sudoers
, when runningsudo softwareupdate -i -a -R
there is a password prompt on macOS. Our goal should be to eliminate as much as possible of the various macOS user attention required stuff.In addition, when
softwareupdate
needs a reboot, there is a prompt that asksDo you want to terminate running processes in this window?
-- we need a way of bypassing this prompt. As of right now, the script continues after a reboot by adding a line that doesbash <(curl -sSL https://install.doctor/start)
at the end of the~/.zshrc
Basically, we need to figure out the best way of running this script on macOS without having to deal with all the manual prompts.
⏺️ Steps To Reproduce
No response
📒 Relevant Log Output
No response
💡 Possible Solution
No response
The text was updated successfully, but these errors were encountered: