From 3e3f4862cf27230b9e8591c834e996f19bf1812b Mon Sep 17 00:00:00 2001 From: "Mr.programmer" <78996423+mrprogrammer2938@users.noreply.github.com> Date: Tue, 29 Jun 2021 03:56:42 +0430 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index c625348..ca683e7 100644 --- a/install.sh +++ b/install.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # This code write by Mr.nope # Black-Tool Installing -# Version 1.4.0 +# Version 1.5.0 if [[ "$(id -u)" -ne 0 ]]; then echo "Please, Run This Programm as Root!" exit 1