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