Skip to content

Commit 2694286

Browse files
committed
Move prerequisite check after dependency installation
1 parent 89e4244 commit 2694286

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install-configure-script.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -662,12 +662,12 @@ PHP
662662
}
663663
# --------------------------- MAIN FLOW ---------------------------
664664
require_root
665-
verify_prerequisites
666665
parse_domain_groups "$DOMAINS_RAW"
667666
detect_os
668667
determine_web_user
669668
check_system_resources
670669
install_common
670+
verify_prerequisites
671671
update_system_packages
672672
enable_automatic_updates
673673

0 commit comments

Comments
 (0)