Browse Source
Remove required binary checks, dependencies are built in to the image.
Signed-off-by: Dan Schaper <dschaper@ganymeade.com>
pull/340/head
Dan Schaper
8 years ago
No known key found for this signature in database
GPG Key ID: FFF1A1AD0113C344
1 changed files with
0 additions and
10 deletions
-
getsslD
|
|
|
@ -1150,17 +1150,7 @@ done |
|
|
|
|
|
|
|
#check if required applications are included |
|
|
|
|
|
|
|
requires which |
|
|
|
requires openssl |
|
|
|
requires curl |
|
|
|
requires nslookup drill dig host DNS_CHECK_FUNC |
|
|
|
requires awk |
|
|
|
requires tr |
|
|
|
requires date |
|
|
|
requires grep |
|
|
|
requires sed |
|
|
|
requires sort |
|
|
|
requires mktemp |
|
|
|
|
|
|
|
# Check if upgrades are available (unless they have specified -U to ignore Upgrade checks) |
|
|
|
if [[ $_UPGRADE_CHECK -eq 1 ]]; then |
|
|
|
|