We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff5e658 commit aff80faCopy full SHA for aff80fa
install.sh
@@ -12,7 +12,7 @@ source $PREFIX/etc/bash.bashrc
12
echo -e "\n[info] cloning github repository -> 'instahack' ...\n"
13
git clone https://github.com/termuxhackers-id/instahack
14
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
+cd instahack && python3.10 -m pip install --upgrade pip && python3.10 -m pip install wheel && python3.10 -m pip install -r requirements.txt
16
echo -e "\n[info] remove all README.md from data directories ...\n"
17
find data/ -name '*.md' -delete
18
echo -e "\n[done] running 'ihack.py' to open instahack console ...\n"
0 commit comments