-
-
Notifications
You must be signed in to change notification settings - Fork 73
Expand file tree
/
Copy pathsetup
More file actions
26 lines (26 loc) · 552 Bytes
/
setup
File metadata and controls
26 lines (26 loc) · 552 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#bin/bash
clear
echo
echo " Setting up first time installation.....!"
echo
cd $HOME
pkg install python -y
pkg install python2 -y
pkg install tor -y
pkg install git -y
pkg install wget -y
pip install lolcat
pip install --upgrade pip
pip3 install requests --upgrade
pip3 install requests[socks]
pip3 install stem
pip3 install instagram-py
cd $HOME
wget -O ~/instapy-config.json "https://git.io/v5DGy"
cd $HOME/ighack
cd /data/data/com.termux/files/usr/etc/tor
rm torrc
cd $HOME/ighack
mv torrc /data/data/com.termux/files/usr/etc/tor
cd $HOME
tor