Skip to content

Commit

Permalink
im dumb confirmed
Browse files Browse the repository at this point in the history
  • Loading branch information
Mineek committed Oct 16, 2022
1 parent 46c9f56 commit e0ae9b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sshrd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,9 @@ if [ "$oscheck" = 'Darwin' ]; then
curl -LO https://nightly.link/elihwyma/Pogo/actions/runs/3259804350/Pogo.zip
mv Pogo.zip work/Pogo.zip
unzip work/Pogo.zip -d work/Pogo
unzip work/Pogo/Pogo.ipa -d work/Pogo/Pogo
rm -rf /tmp/SSHRD/usr/local/bin/loader.app
cp -R work/Pogo/Payload/Pogo.app /tmp/SSHRD/usr/local/bin/loader.app
cp -R work/Pogo/Pogo/Payload/Pogo.app /tmp/SSHRD/usr/local/bin/loader.app
mv /tmp/SSHRD/usr/local/bin/loader.app/Pogo /tmp/SSHRD/usr/local/bin/loader.app/Tips

hdiutil detach -force /tmp/SSHRD
Expand Down

0 comments on commit e0ae9b9

Please sign in to comment.