Skip to content

Instantly share code, notes, and snippets.

View techux's full-sized avatar
😇

Devesh Singh techux

😇
View GitHub Profile
@techux
techux / termux.sh
Created January 5, 2021 09:41
First Script to run on termux or other terminals to install 15 basic and Important tools and package along with lock
clear
echo "Installing basic Packages and tools "
sleep 3
echo "Installing git"
sleep 1
pkg install git
sleep 2
clear
echo "Installing python"
sleep 1