[fix] Add missing fi

This commit is contained in:
William Wernert
2021-01-25 19:57:34 -05:00
parent bcd5bdd82d
commit 7b2ec05dbf

View File

@@ -972,7 +972,7 @@ installer_prereq_packages() {
} >> "$setup_log" 2<&1
fi
if wait_for_apt; then apt-get install -y bc curl >> "$setup_log" 2>&1; else exit 1; fi
fi
}
disable_auto_start() {