From 769e19dae9f91a60c289f6e3da3f610bb5cebfa6 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Fri, 1 Sep 2023 15:41:56 -0400 Subject: [PATCH] Enhance warning message --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 29f87c1..bca60c2 100755 --- a/install.sh +++ b/install.sh @@ -1,7 +1,8 @@ #!/usr/bin/env bash if [[ $( whoami ) != "root" ]]; then - echo "This script is designed to run as root within the installer only!" + echo "STOP! This script is designed to run as root within the installer only!" + echo "Do not run it on your system. To build a PVC installer ISO, use './buildiso.sh' instead!" exit 1 fi