Skip to content

Commit 8f7b1cd

Browse files
authored
readme nit
1 parent a477588 commit 8f7b1cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,15 @@ so i spent some time figuring out a way to get files on external storage drives
5555

5656
installation is essentially just copying the scripts to the device & making them executable. you can do this manually, or use one of the automated steps below. you also probably want to disable [Google Play Protect](https://developers.google.com/android/play-protect) scanning in the Play Store menu.
5757

58-
### from internet via pixel terminal (more convenient & doesn't require a separate computer, but a little sus)
58+
### from internet via pixel terminal (more convenient, doesn't require a separate computer, but a little sus)
5959
1. start a terminal application and navigate to the directory where you want to install the scripts
6060
1. run the following command:
6161

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

6464
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. 😅
6565

66-
### from local repository via adb (preferred, best for developers, works offline, more secure)
66+
### from local repository via adb (preferred, works offline, allows changes, more secure, but requires a separate computer running Linux)
6767
1. install the following software: `adb make shellcheck tar` (requires a separate computer running Linux or Windows Subsystem for Linux)
6868
1. clone this repository (at the desired tag or commit)
6969
1. run `make mobile-install` from the repository root. this installs the scripts to `/data/local/tmp` on the connected android device by default.

0 commit comments

Comments
 (0)