Skip to content

Commit 8a9ed3c

Browse files
committed
install_dependencies: Bug fix so that all deps are installed
1 parent d5f425c commit 8a9ed3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ fi
172172

173173
# Install dependencies if there are any missing
174174
if [ ! -z $missing_dependencies ]; then
175-
if ! ./etc/install_build_requirements.sh -s $SYSTEM -r $RELEASE; then
175+
if ! ./etc/install_build_requirements.sh -s $SYSTEM -r $RELEASE -d $dependency_level; then
176176
printf "%s\n" ">>> Sorry <<<"\
177177
"Could not install dependencies"
178178
exit 1

0 commit comments

Comments
 (0)