From 5857a619e7af9160afc6a6a8e75509814fbfcca8 Mon Sep 17 00:00:00 2001 From: Afdrian Juarlin Date: Wed, 24 Oct 2018 04:12:35 +0700 Subject: [PATCH] fix typo system instead of sysetm --- Toolss.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Toolss.py b/Toolss.py index 48b3fed..d5f5056 100644 --- a/Toolss.py +++ b/Toolss.py @@ -66,7 +66,7 @@ def menu(): os.system("pkg install -y python") os.system("pkg install -y python2") os.system("pkg install -y wget") - os.sysetm("pkg install -y nmap") + os.system("pkg install -y nmap") os.system("plg install -y hydra ") os.system("pkg update -y") os.system("pkg install -y git")