summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--installers/pc.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/installers/pc.sh b/installers/pc.sh
index 447ea86..26ae258 100644
--- a/installers/pc.sh
+++ b/installers/pc.sh
@@ -43,6 +43,9 @@ main()
host_arch="${host_arch}-${install_arch#*-}"
check_arch_compat "${install_arch}" "${host_arch}"
+ printf '\nInstalling base system'
+ printf '\n======================\n\n'
+
"${0%installers/pc.sh}./miniprokit.sh" install \
-a "${host_arch}" -P "${host_plat}" \
${mirror:+-m} ${mirror} "${root}"