Skip to content

Commit aff80fa

Browse files
Update install.sh
1 parent ff5e658 commit aff80fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ source $PREFIX/etc/bash.bashrc
1212
echo -e "\n[info] cloning github repository -> 'instahack' ...\n"
1313
git clone https://github.com/termuxhackers-id/instahack
1414
echo -e "\n[info] installing module and requirements ...\n"
15-
cd instahack && python3.10 -m pip install --upgrade pip && python3.10 -m pip install wheel && python3 -m pip install -r requirements.txt
15+
cd instahack && python3.10 -m pip install --upgrade pip && python3.10 -m pip install wheel && python3.10 -m pip install -r requirements.txt
1616
echo -e "\n[info] remove all README.md from data directories ...\n"
1717
find data/ -name '*.md' -delete
1818
echo -e "\n[done] running 'ihack.py' to open instahack console ...\n"

0 commit comments

Comments
 (0)