mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 08:12:15 -04:00
Add dialog dependency and homebrew installation
This commit is contained in:
parent
a150828a79
commit
4ffb74d7df
1 changed files with 8 additions and 0 deletions
|
|
@ -1,2 +1,10 @@
|
|||
#!/bin/sh
|
||||
if hash brew 2>/dev/null; then
|
||||
echo "Homebrew Installed"
|
||||
else
|
||||
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