Make install a little bit less aggressive

I think that it's better to let people use the script without having to install it in their systems permamnently
This commit is contained in:
Pablo Buenaposada 2019-10-25 12:46:40 +02:00
parent 17346f5d02
commit 26ec7f16a4
1 changed files with 1 additions and 2 deletions

View File

@ -29,12 +29,11 @@ If using Ubuntu, you will likely see an error about `e2fsck` being out of date a
```bash ```bash
wget https://raw.githubusercontent.com/Drewsif/PiShrink/master/pishrink.sh wget https://raw.githubusercontent.com/Drewsif/PiShrink/master/pishrink.sh
chmod +x pishrink.sh chmod +x pishrink.sh
sudo mv pishrink.sh /usr/local/bin
``` ```
## Example ## ## Example ##
```bash ```bash
[user@localhost PiShrink]$ sudo pishrink.sh pi.img [user@localhost PiShrink]$ sudo ./pishrink.sh pi.img
e2fsck 1.42.9 (28-Dec-2013) e2fsck 1.42.9 (28-Dec-2013)
Pass 1: Checking inodes, blocks, and sizes Pass 1: Checking inodes, blocks, and sizes
Pass 2: Checking directory structure Pass 2: Checking directory structure