How to install lazyScript in termux ?

This tool is specially Designed for Termux Beginner users. this tool is very helpfull for Beginners. here simply type number of tool to use. after usage press enter to launch again Termux-Lazyscript.


Installation :

$ apt update && apt upgrade
$ apt install git
$ apt install python2
$ git clone https://github.com/TechnicalMujeeb/Termux-Lazyscript.git
$ cd Termux-Lazyscript
$ chmod +x *
$ sh setup.sh

usage :
python2 ls.py

now here simply type number to use that tool






Follow us for more...

No comments:

Post a Comment

How to connect to an FTP server from Linux?

To connect to an FTP server from a Linux system, you can use either a command-line FTP client or a graphical one. Here’s how to do it usin...