From f104fd298c61db5211b39c98f879946193807344 Mon Sep 17 00:00:00 2001 From: whiteness0 <92606867+whiteness0@users.noreply.github.com> Date: Sat, 16 Oct 2021 04:52:15 +0800 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 18b34ae..b09dea7 100644 --- a/install.sh +++ b/install.sh @@ -6,7 +6,7 @@ trap 'echo exiting cleanly...; exit 1;' SIGINT SIGTSTP checkroot() { if [[ "$(id -u)" -ne 0 ]]; then - printf "\e[1;77mPlease, run this program as root!\n\e[0m" + printf "\e[1;77mPlease, run this program as root!\n\e[0m" exit 1 fi