mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 22:33:00 -04:00
Merge pull request #797 from BKreisel/master
Mac OSX bootstrap: Add dialog dependency and homebrew installation
This commit is contained in:
commit
92bd74a77b
1 changed files with 6 additions and 0 deletions
|
|
@ -1,2 +1,8 @@
|
|||
#!/bin/sh
|
||||
if ! hash brew 2>/dev/null; then
|
||||
echo "Homebrew Not Installed\nDownloading..."
|
||||
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
|
||||
fi
|
||||
|
||||
brew install augeas
|
||||
brew install dialog
|
||||
|
|
|
|||
Loading…
Reference in a new issue