mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 10:51:53 +02:00
Merge pull request #797 from BKreisel/master
Mac OSX bootstrap: Add dialog dependency and homebrew installation
This commit is contained in:
@@ -1,2 +1,8 @@
|
|||||||
#!/bin/sh
|
#!/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 augeas
|
||||||
|
brew install dialog
|
||||||
|
|||||||
Reference in New Issue
Block a user