Merge "Fix get_packages when $DISTRO is not set"
This commit is contained in:
commit
3eaa0781e3
@ -1011,7 +1011,6 @@ function get_packages {
|
|||||||
fi
|
fi
|
||||||
if [[ -z "$DISTRO" ]]; then
|
if [[ -z "$DISTRO" ]]; then
|
||||||
GetDistro
|
GetDistro
|
||||||
echo "Found Distro $DISTRO"
|
|
||||||
fi
|
fi
|
||||||
for service in ${services//,/ }; do
|
for service in ${services//,/ }; do
|
||||||
# Allow individual services to specify dependencies
|
# Allow individual services to specify dependencies
|
||||||
|
Loading…
Reference in New Issue
Block a user