From 6d5b650fa53264014a712ab12210b8d521fcb38b Mon Sep 17 00:00:00 2001 From: echo <91651232+exhq@users.noreply.github.com> Date: Thu, 27 Oct 2022 15:22:33 +0330 Subject: [PATCH] what the fuck was i smokin --- main.go | 8 -------- 1 file changed, 8 deletions(-) diff --git a/main.go b/main.go index 7fc0eef..0e22c54 100644 --- a/main.go +++ b/main.go @@ -20,13 +20,6 @@ func checkforconfigfolder() { } } -func termuxcheck() { - if strings.Contains(os.Getenv("OSTYPE"), "android") { - print("lmao go buy a pc broke ass mf 💀\n") - os.Exit(0) - } -} - func handleConfig() { _, folder := os.Stat(filepath.Dir(data.GetConfigFile())) _, file := os.Stat(data.GetConfigFile()) @@ -95,7 +88,6 @@ func handlePrint(action, format string, rest string) { } func main() { - termuxcheck() checkforconfigfolder() utils.Initargs() utils.Initcolor()