From 131a9e2e8ae756fb39c37f167cadfa21aa12ea99 Mon Sep 17 00:00:00 2001 From: sjlleo Date: Mon, 23 May 2022 09:47:06 +0800 Subject: [PATCH] update: add some description --- nt_install.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/nt_install.sh b/nt_install.sh index 5fa9526..7eaedea 100644 --- a/nt_install.sh +++ b/nt_install.sh @@ -113,8 +113,14 @@ runBinrayFileHelp() { fi } +# Check Procedure +checkRootPermit checkSystemDistribution checkSystemArch checkWgetPackage + +# Download Procedure downloadBinrayFile + +# Run Procedure runBinrayFileHelp