diff --git a/README.md b/README.md index 32c6d2d..8f43223 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ installation is essentially just copying the scripts to the device & making them 1. start a terminal application and navigate to the directory where you want to install the scripts 1. run the following command: -```sh -c "$(curl -fSs https://raw.githubusercontent.com/master-hax/pixel-backup-gang/master/install.sh)"``` +```sh -c "$(curl -fSs https://raw.githubusercontent.com/master-hax/pixel-backup-gang/install/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. 😅