Skip to content

Commit

Permalink
Fix installMain wrong method installCommon_installDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fcaffieri committed Dec 27, 2024
1 parent 6a1acdf commit 93a98ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install_functions/installMain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ function main() {
fi

if [ -z "${uninstall}" ] && [ -z "${offline_install}" ]; then
installCommon_installCheckDependencies
installCommon_installDependencies
elif [ -n "${offline_install}" ]; then
offline_checkPrerequisites "wia_offline_dependencies" "${wia_offline_dependencies[@]}"
fi
Expand Down

0 comments on commit 93a98ef

Please sign in to comment.