From 31725ac627f8810de8d755b79a405255f1cec647 Mon Sep 17 00:00:00 2001 From: William Wernert Date: Thu, 18 Mar 2021 09:09:29 -0400 Subject: [PATCH] [fix] Indent --- setup/so-functions | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/so-functions b/setup/so-functions index 5e4609618..49d91bec2 100755 --- a/setup/so-functions +++ b/setup/so-functions @@ -1003,9 +1003,9 @@ installer_progress_loop() { installer_prereq_packages() { if [ "$OS" == centos ]; then if [[ ! $is_iso ]]; then - if ! yum versionlock > /dev/null 2>&1; then + if ! yum versionlock > /dev/null 2>&1; then yum -y install yum-plugin-versionlock >> "$setup_log" 2>&1 - fi + fi if ! command -v nmcli > /dev/null 2>&1; then yum -y install NetworkManager >> "$setup_log" 2>&1 fi