mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 08:09:10 +02:00
Add dialog dependency and homebrew installation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user