https://github.com/appfolio/applescript_askpass
https://github.com/appfolio/applescript_askpass
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/appfolio/applescript_askpass
- Owner: appfolio
- License: mit
- Created: 2022-02-05T20:51:46.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-05T22:09:40.000Z (over 4 years ago)
- Last Synced: 2025-11-18T07:03:48.101Z (7 months ago)
- Language: AppleScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AppleScript Askpass


A pure AppleScript askpass (used to prompt the user for their sudo password).
For example, this could be used to run the Homebrew installer in an otherwise unattended manner:
```shell-script
SUDO_ASKPASS=applescript_askpass CI=true /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
```