Delete termux-install.sh

This commit is contained in:
thewhiteh4t
2019-04-22 21:23:54 +05:30
committed by GitHub
parent 0de455f76c
commit f9c3cd436e
-14
View File
@@ -1,14 +0,0 @@
echo '[!] Updating...'
apt-get update > install.log
echo
echo '[!] Installing Dependencies...'
echo ' Python'
apt-get -y install python &>> install.log
echo ' NodeJS'
apt-get -y install nodejs &>> install.log
echo ' Requests'
pip install requests &>> install.log
echo ' CfScrape'
pip install cfscrape &>> install.log
echo
echo '[!] Installed.'