Delete install.sh

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