Skip to content

Commit

Permalink
Add this flag because scp sucks
Browse files Browse the repository at this point in the history
  • Loading branch information
opa334 committed Feb 25, 2024
1 parent 0750371 commit a3714e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ clean:

update: all
ssh $(DEVICE) "rm -rf /var/mobile/Documents/Dopamine.tipa"
scp ./Application/Dopamine.tipa "$(DEVICE):/var/mobile/Documents/Dopamine.tipa"
scp -C ./Application/Dopamine.tipa "$(DEVICE):/var/mobile/Documents/Dopamine.tipa"
ssh $(DEVICE) "/var/jb/basebin/jbctl update tipa /var/mobile/Documents/Dopamine.tipa"

update-basebin: all
ssh $(DEVICE) "rm -rf /var/mobile/Documents/basebin.tar"
scp ./BaseBin/basebin.tar "$(DEVICE):/var/mobile/Documents/basebin.tar"
scp -C ./BaseBin/basebin.tar "$(DEVICE):/var/mobile/Documents/basebin.tar"
ssh $(DEVICE) "/var/jb/basebin/jbctl update basebin /var/mobile/Documents/basebin.tar"

.PHONY: update clean

0 comments on commit a3714e3

Please sign in to comment.