From a86ed7da045b240e7b411b1bc5ca5028351ba45d Mon Sep 17 00:00:00 2001 From: Aditya Date: Sat, 15 Oct 2022 19:24:06 +0530 Subject: [PATCH] chore: remove dead clone link from termux installer --- resources/startup/_termux.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/startup/_termux.py b/resources/startup/_termux.py index d2e5dfe..acaba8e 100644 --- a/resources/startup/_termux.py +++ b/resources/startup/_termux.py @@ -33,7 +33,7 @@ OPT_PACKAGES = { "psutil": "Used for .usage command.", "lottie": "Used for animated sticker related conversion.", "apscheduler": "Used in autopic/nightmode (scheduling tasks.)", - "git+https://github.com/1danish-00/google_trans_new.git": "Used for translation purposes.", + #"git+https://github.com/1danish-00/google_trans_new.git": "Used for translation purposes.", } APT_PACKAGES = ["ffmpeg", "neofetch", "mediainfo"]