This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
URL='https://github.com/JohnCoates/Aerial/releases/latest/download' | |
FILE='Aerial.saver.zip' | |
APP_NAME='Aerial' # assuming it's a pretty name for jamf ui | |
APP_LOCATION="/Users/$CURRENT_USER/Library/Screen Savers/Aerial.saver" | |
APP_GREPPER_NAME='Aerial' # no idea what that is | |
### Check if installed or not |