We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 28205fe + aa82429 commit 63992bcCopy full SHA for 63992bc
1 file changed
stack.sh
@@ -538,6 +538,12 @@ source $TOP_DIR/tools/install_prereqs.sh
538
539
install_rpc_backend
540
541
+# a place for distro-specific post-prereq workarounds
542
+if [[ -f $TOP_DIR/tools/${DISTRO}/post-prereq.sh ]]; then
543
+ echo_summary "Running ${DISTRO} extra prereq tasks"
544
+ source $TOP_DIR/tools/${DISTRO}/post-prereq.sh
545
+fi
546
+
547
if is_service_enabled $DATABASE_BACKENDS; then
548
install_database
549
fi
0 commit comments