mirror of
git://github.com/lxc/lxc
synced 2025-08-31 00:09:37 +00:00
Merge pull request #1148 from glensc/fed-openssl
templates: fedora requires openssl binary
This commit is contained in:
@@ -1336,6 +1336,10 @@ type curl >/dev/null 2>&1
|
||||
if [ $? -ne 0 ]; then
|
||||
needed_pkgs="curl $needed_pkgs"
|
||||
fi
|
||||
type openssl >/dev/null 2>&1
|
||||
if [ $? -ne 0 ]; then
|
||||
needed_pkgs="openssl $needed_pkgs"
|
||||
fi
|
||||
|
||||
if [ -n "$needed_pkgs" ]; then
|
||||
echo "Missing commands: $needed_pkgs"
|
||||
|
Reference in New Issue
Block a user