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