Skip to content

Commit

Permalink
move install script to its own branch (#31)
Browse files Browse the repository at this point in the history
delete install script & update readme
  • Loading branch information
master-hax authored Dec 9, 2024
1 parent a1a189c commit 9eedc74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ installation is essentially just copying the scripts to the device & making them

```sh -c "$(curl -fSs https://raw.githubusercontent.com/master-hax/pixel-backup-gang/master/install.sh)"```

this one-liner runs a small installer script that downloads the latest release archive from github, unpacks it, then makes the contents executable. the current install script can be viewed [here](https://github.com/master-hax/pixel-backup-gang/blob/install/install.sh). piping strange scripts from the web into a root shell is generally not a good idea, but it is convenient. try not to make a habit of it. 😅

### via linux pc using adb
1. install Android Debug Bridge (adb) & connect the pixel
1. clone this repository
Expand Down
18 changes: 0 additions & 18 deletions install.sh

This file was deleted.

0 comments on commit 9eedc74

Please sign in to comment.