Skip to content
This repository was archived by the owner on Oct 23, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ SMS-спамер<br>
• <code>sh ~/spymer/install.sh</code><br>
• <code>spymer</code><br>

<b>Если у вас iOS</a> - скачать <a href="https://apps.apple.com/ru/app/testflight/id899247664">Testflight из App Store</a>, после чего присоедениться к тестированию <a href="https://testflight.apple.com/join/97i7KM8O">iSH в Testflight</a> и прописать команды ниже:<br>
<b>Если у вас iOS</a> - скачать <a href="https://apps.apple.com/us/app/ish-shell/id1436902243">iSH из App Store</a> и прописать команды ниже:<br>
• <code>apk update</code><br>
• <code>apk upgrade</code><br>
• <code>apk add git</code><br>
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ else
else
if [ $numb = "3" ]
then
apk add python
apk add python3
apk add py3-pip
apk add dos2unix
pip3 install requests
pip3 install colorama
Expand Down