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
#This script will prompt a user to choose whether or not to install zoom. Based on the choice made it will either install zoom or exit out with a message to install zoom soon.
userPrompt=$(osascript -e 'display dialog "Do you want to install Zoom" buttons {"YES", "NO"} default button 1'| tr -d "button returned:")